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