@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterInstanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeregisterInstanceResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterInstanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
A value that you can use to determine whether the request completed successfully.
|
int |
hashCode() |
void |
setOperationId(String operationId)
A value that you can use to determine whether the request completed successfully.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterInstanceResult |
withOperationId(String operationId)
A value that you can use to determine whether the request completed successfully.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOperationId(String operationId)
A value that you can use to determine whether the request completed successfully. For more information, see GetOperation.
operationId
- A value that you can use to determine whether the request completed successfully. For more information,
see GetOperation.public String getOperationId()
A value that you can use to determine whether the request completed successfully. For more information, see GetOperation.
public DeregisterInstanceResult withOperationId(String operationId)
A value that you can use to determine whether the request completed successfully. For more information, see GetOperation.
operationId
- A value that you can use to determine whether the request completed successfully. For more information,
see GetOperation.public String toString()
toString
in class Object
Object.toString()
public DeregisterInstanceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.