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