@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCuratedEnvironmentImagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCuratedEnvironmentImagesResult() |
Modifier and Type | Method and Description |
---|---|
ListCuratedEnvironmentImagesResult |
clone() |
boolean |
equals(Object obj) |
List<EnvironmentPlatform> |
getPlatforms()
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
|
int |
hashCode() |
void |
setPlatforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListCuratedEnvironmentImagesResult |
withPlatforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
|
ListCuratedEnvironmentImagesResult |
withPlatforms(EnvironmentPlatform... platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EnvironmentPlatform> getPlatforms()
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
public void setPlatforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
platforms
- Information about supported platforms for Docker images that are managed by AWS CodeBuild.public ListCuratedEnvironmentImagesResult withPlatforms(EnvironmentPlatform... platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
NOTE: This method appends the values to the existing list (if any). Use
setPlatforms(java.util.Collection)
or withPlatforms(java.util.Collection)
if you want to
override the existing values.
platforms
- Information about supported platforms for Docker images that are managed by AWS CodeBuild.public ListCuratedEnvironmentImagesResult withPlatforms(Collection<EnvironmentPlatform> platforms)
Information about supported platforms for Docker images that are managed by AWS CodeBuild.
platforms
- Information about supported platforms for Docker images that are managed by AWS CodeBuild.public String toString()
toString
in class Object
Object.toString()
public ListCuratedEnvironmentImagesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.