ToCopyableBuilder<UpdateContainerAgentResponse.Builder,UpdateContainerAgentResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateContainerAgentResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateContainerAgentResponse.Builder,UpdateContainerAgentResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateContainerAgentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateContainerAgentResponse.Builder |
builder() |
|
ContainerInstance |
containerInstance() |
The container instance for which the container agent was updated.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateContainerAgentResponse.Builder> |
serializableBuilderClass() |
|
UpdateContainerAgentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public ContainerInstance containerInstance()
The container instance for which the container agent was updated.
public UpdateContainerAgentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateContainerAgentResponse.Builder,UpdateContainerAgentResponse>
public static UpdateContainerAgentResponse.Builder builder()
public static Class<? extends UpdateContainerAgentResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.