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