|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeServiceErrorsRequest
public class DescribeServiceErrorsRequest
Container for the parameters to the DescribeServiceErrors operation.
Describes AWS OpsWorks service errors.
AWSOpsWorks.describeServiceErrors(DescribeServiceErrorsRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeServiceErrorsRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeServiceErrorsRequest()
| Method Detail |
|---|
public 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(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(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 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(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(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 List<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(Collection<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(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(Collection<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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||