@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnabledBaselineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateEnabledBaselineResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnabledBaselineResult |
clone() |
boolean |
equals(Object obj) |
String |
getOperationIdentifier()
The ID (in UUID format) of the asynchronous
UpdateEnabledBaseline operation. |
int |
hashCode() |
void |
setOperationIdentifier(String operationIdentifier)
The ID (in UUID format) of the asynchronous
UpdateEnabledBaseline operation. |
String |
toString()
Returns a string representation of this object.
|
UpdateEnabledBaselineResult |
withOperationIdentifier(String operationIdentifier)
The ID (in UUID format) of the asynchronous
UpdateEnabledBaseline operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationIdentifier(String operationIdentifier)
The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the GetBaselineOperation
API.
operationIdentifier - The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the
GetBaselineOperation API.public String getOperationIdentifier()
The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the GetBaselineOperation
API.
UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the
GetBaselineOperation API.public UpdateEnabledBaselineResult withOperationIdentifier(String operationIdentifier)
The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the GetBaselineOperation
API.
operationIdentifier - The ID (in UUID format) of the asynchronous UpdateEnabledBaseline operation. This
operationIdentifier is used to track status through calls to the
GetBaselineOperation API.public String toString()
toString in class ObjectObject.toString()public UpdateEnabledBaselineResult clone()