@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeServiceErrorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeServiceErrorsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeServiceErrorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The instance ID.
|
List<String> |
getServiceErrorIds()
An array of service error IDs.
|
String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The instance ID.
|
void |
setServiceErrorIds(Collection<String> serviceErrorIds)
An array of service error IDs.
|
void |
setStackId(String stackId)
The stack ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeServiceErrorsRequest |
withInstanceId(String instanceId)
The instance ID.
|
DescribeServiceErrorsRequest |
withServiceErrorIds(Collection<String> serviceErrorIds)
An array of service error IDs.
|
DescribeServiceErrorsRequest |
withServiceErrorIds(String... serviceErrorIds)
An array of service error IDs.
|
DescribeServiceErrorsRequest |
withStackId(String stackId)
The stack ID.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackId(String stackId)
The stack ID. If you use this parameter, 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 String getStackId()
The stack ID. If you use this parameter, DescribeServiceErrors
returns descriptions of the errors
associated with the specified stack.
DescribeServiceErrors
returns descriptions of the
errors associated with the specified stack.public DescribeServiceErrorsRequest withStackId(String stackId)
The stack ID. If you use this parameter, 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 void setInstanceId(String instanceId)
The instance ID. If you use this parameter, 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 String getInstanceId()
The instance ID. If you use this parameter, DescribeServiceErrors
returns descriptions of the errors
associated with the specified instance.
DescribeServiceErrors
returns descriptions of
the errors associated with the specified instance.public DescribeServiceErrorsRequest withInstanceId(String instanceId)
The instance ID. If you use this parameter, 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 List<String> getServiceErrorIds()
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.
DescribeServiceErrors
returns
descriptions of the specified errors. Otherwise, it returns a description of every error.public void setServiceErrorIds(Collection<String> 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.
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(String... 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.
NOTE: This method appends the values to the existing list (if any). Use
setServiceErrorIds(java.util.Collection)
or withServiceErrorIds(java.util.Collection)
if you
want to override the existing values.
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(Collection<String> 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.
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 String toString()
toString
in class Object
Object.toString()
public DescribeServiceErrorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.