public class DescribeServiceErrorsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeServiceErrors operation.
Describes AWS OpsWorks service errors.
| コンストラクタと説明 |
|---|
DescribeServiceErrorsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getInstanceId()
The instance ID.
|
java.util.List<java.lang.String> |
getServiceErrorIds()
An array of service error IDs.
|
java.lang.String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setInstanceId(java.lang.String instanceId)
The instance ID.
|
void |
setServiceErrorIds(java.util.Collection<java.lang.String> serviceErrorIds)
An array of service error IDs.
|
void |
setStackId(java.lang.String stackId)
The stack ID.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeServiceErrorsRequest |
withInstanceId(java.lang.String instanceId)
The instance ID.
|
DescribeServiceErrorsRequest |
withServiceErrorIds(java.util.Collection<java.lang.String> serviceErrorIds)
An array of service error IDs.
|
DescribeServiceErrorsRequest |
withServiceErrorIds(java.lang.String... serviceErrorIds)
An array of service error IDs.
|
DescribeServiceErrorsRequest |
withStackId(java.lang.String stackId)
The stack ID.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getStackId()
DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.public void setStackId(java.lang.String stackId)
DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.stackId - The stack ID. If you use this parameter,
DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.public DescribeServiceErrorsRequest withStackId(java.lang.String stackId)
DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.
Returns a reference to this object so that method calls can be chained together.
stackId - The stack ID. If you use this parameter,
DescribeServiceErrors returns descriptions of the errors
associated with the specified stack.public java.lang.String getInstanceId()
DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.public void setInstanceId(java.lang.String instanceId)
DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.instanceId - The instance ID. If you use this parameter,
DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.public DescribeServiceErrorsRequest withInstanceId(java.lang.String instanceId)
DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.
Returns a reference to this object so that method calls can be chained together.
instanceId - The instance ID. If you use this parameter,
DescribeServiceErrors returns descriptions of the errors
associated with the specified instance.public java.util.List<java.lang.String> getServiceErrorIds()
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.public void setServiceErrorIds(java.util.Collection<java.lang.String> serviceErrorIds)
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.serviceErrorIds - An array of service error IDs. If you use this parameter,
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.public DescribeServiceErrorsRequest withServiceErrorIds(java.lang.String... serviceErrorIds)
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.
Returns a reference to this object so that method calls can be chained together.
serviceErrorIds - An array of service error IDs. If you use this parameter,
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.public DescribeServiceErrorsRequest withServiceErrorIds(java.util.Collection<java.lang.String> serviceErrorIds)
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.
Returns a reference to this object so that method calls can be chained together.
serviceErrorIds - An array of service error IDs. If you use this parameter,
DescribeServiceErrors returns descriptions of the
specified errors. Otherwise, it returns a description of every error.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object