|
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 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 to be described. |
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 to be described. |
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 to be described. |
DescribeServiceErrorsRequest |
withServiceErrorIds(String... serviceErrorIds)
An array of service error IDs to be described. |
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()
public void setStackId(String stackId)
stackId - The stack ID.public DescribeServiceErrorsRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The stack ID.
public String getInstanceId()
public void setInstanceId(String instanceId)
instanceId - The instance ID.public DescribeServiceErrorsRequest withInstanceId(String instanceId)
Returns a reference to this object so that method calls can be chained together.
instanceId - The instance ID.
public List<String> getServiceErrorIds()
public void setServiceErrorIds(Collection<String> serviceErrorIds)
serviceErrorIds - An array of service error IDs to be described.public DescribeServiceErrorsRequest withServiceErrorIds(String... serviceErrorIds)
Returns a reference to this object so that method calls can be chained together.
serviceErrorIds - An array of service error IDs to be described.
public DescribeServiceErrorsRequest withServiceErrorIds(Collection<String> serviceErrorIds)
Returns a reference to this object so that method calls can be chained together.
serviceErrorIds - An array of service error IDs to be described.
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 | ||||||