@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetContainerServicesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetContainerServicesResult() |
Modifier and Type | Method and Description |
---|---|
GetContainerServicesResult |
clone() |
boolean |
equals(Object obj) |
List<ContainerService> |
getContainerServices()
An array of objects that describe one or more container services.
|
int |
hashCode() |
void |
setContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
|
String |
toString()
Returns a string representation of this object.
|
GetContainerServicesResult |
withContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
|
GetContainerServicesResult |
withContainerServices(ContainerService... containerServices)
An array of objects that describe one or more container services.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ContainerService> getContainerServices()
An array of objects that describe one or more container services.
public void setContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
containerServices
- An array of objects that describe one or more container services.public GetContainerServicesResult withContainerServices(ContainerService... containerServices)
An array of objects that describe one or more container services.
NOTE: This method appends the values to the existing list (if any). Use
setContainerServices(java.util.Collection)
or withContainerServices(java.util.Collection)
if
you want to override the existing values.
containerServices
- An array of objects that describe one or more container services.public GetContainerServicesResult withContainerServices(Collection<ContainerService> containerServices)
An array of objects that describe one or more container services.
containerServices
- An array of objects that describe one or more container services.public String toString()
toString
in class Object
Object.toString()
public GetContainerServicesResult clone()