@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExtensionPackAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartExtensionPackAssociationResult() |
| Modifier and Type | Method and Description |
|---|---|
StartExtensionPackAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getRequestIdentifier()
The identifier for the request operation.
|
int |
hashCode() |
void |
setRequestIdentifier(String requestIdentifier)
The identifier for the request operation.
|
String |
toString()
Returns a string representation of this object.
|
StartExtensionPackAssociationResult |
withRequestIdentifier(String requestIdentifier)
The identifier for the request operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRequestIdentifier(String requestIdentifier)
The identifier for the request operation.
requestIdentifier - The identifier for the request operation.public String getRequestIdentifier()
The identifier for the request operation.
public StartExtensionPackAssociationResult withRequestIdentifier(String requestIdentifier)
The identifier for the request operation.
requestIdentifier - The identifier for the request operation.public String toString()
toString in class ObjectObject.toString()public StartExtensionPackAssociationResult clone()