@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateInfrastructureConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateInfrastructureConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateInfrastructureConfigurationResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The idempotency token used to make this request idempotent.
|
String |
getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
void |
setInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateInfrastructureConfigurationResult |
withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
|
UpdateInfrastructureConfigurationResult |
withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
|
UpdateInfrastructureConfigurationResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateInfrastructureConfigurationResult()
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public UpdateInfrastructureConfigurationResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public String getClientToken()
The idempotency token used to make this request idempotent.
public UpdateInfrastructureConfigurationResult withClientToken(String clientToken)
The idempotency token used to make this request idempotent.
clientToken
- The idempotency token used to make this request idempotent.public void setInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.public String getInfrastructureConfigurationArn()
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
public UpdateInfrastructureConfigurationResult withInfrastructureConfigurationArn(String infrastructureConfigurationArn)
The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.
infrastructureConfigurationArn
- The Amazon Resource Name (ARN) of the infrastructure configuration that was updated by this request.public String toString()
toString
in class Object
Object.toString()
public UpdateInfrastructureConfigurationResult clone()