@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Image extends Object implements Serializable, Cloneable, StructuredPojo
An image build version.
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
Image |
addTagsEntry(String key,
String value) |
Image |
clearTagsEntries()
Removes all the entries added into Tags.
|
Image |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the image.
|
String |
getDateCreated()
The date on which this image was created.
|
DistributionConfiguration |
getDistributionConfiguration()
The distribution configuration used when creating this image.
|
ImageRecipe |
getImageRecipe()
The image recipe used when creating the image.
|
ImageTestsConfiguration |
getImageTestsConfiguration()
The image tests configuration used when creating this image.
|
InfrastructureConfiguration |
getInfrastructureConfiguration()
The infrastructure used when creating this image.
|
String |
getName()
The name of the image.
|
OutputResources |
getOutputResources()
The output resources produced when creating this image.
|
String |
getPlatform()
The platform of the image.
|
String |
getSourcePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that created this image.
|
String |
getSourcePipelineName()
The name of the image pipeline that created this image.
|
ImageState |
getState()
The state of the image.
|
Map<String,String> |
getTags()
The tags of the image.
|
String |
getVersion()
The semantic version of the image.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the image.
|
void |
setDateCreated(String dateCreated)
The date on which this image was created.
|
void |
setDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration used when creating this image.
|
void |
setImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
|
void |
setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration used when creating this image.
|
void |
setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
void |
setName(String name)
The name of the image.
|
void |
setOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
void |
setPlatform(String platform)
The platform of the image.
|
void |
setSourcePipelineArn(String sourcePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that created this image.
|
void |
setSourcePipelineName(String sourcePipelineName)
The name of the image pipeline that created this image.
|
void |
setState(ImageState state)
The state of the image.
|
void |
setTags(Map<String,String> tags)
The tags of the image.
|
void |
setVersion(String version)
The semantic version of the image.
|
String |
toString()
Returns a string representation of this object.
|
Image |
withArn(String arn)
The Amazon Resource Name (ARN) of the image.
|
Image |
withDateCreated(String dateCreated)
The date on which this image was created.
|
Image |
withDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration used when creating this image.
|
Image |
withImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
|
Image |
withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration used when creating this image.
|
Image |
withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
|
Image |
withName(String name)
The name of the image.
|
Image |
withOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
|
Image |
withPlatform(Platform platform)
The platform of the image.
|
Image |
withPlatform(String platform)
The platform of the image.
|
Image |
withSourcePipelineArn(String sourcePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that created this image.
|
Image |
withSourcePipelineName(String sourcePipelineName)
The name of the image pipeline that created this image.
|
Image |
withState(ImageState state)
The state of the image.
|
Image |
withTags(Map<String,String> tags)
The tags of the image.
|
Image |
withVersion(String version)
The semantic version of the image.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the image.
arn
- The Amazon Resource Name (ARN) of the image.public String getArn()
The Amazon Resource Name (ARN) of the image.
public Image withArn(String arn)
The Amazon Resource Name (ARN) of the image.
arn
- The Amazon Resource Name (ARN) of the image.public void setName(String name)
The name of the image.
name
- The name of the image.public String getName()
The name of the image.
public Image withName(String name)
The name of the image.
name
- The name of the image.public void setVersion(String version)
The semantic version of the image.
version
- The semantic version of the image.public String getVersion()
The semantic version of the image.
public Image withVersion(String version)
The semantic version of the image.
version
- The semantic version of the image.public void setPlatform(String platform)
The platform of the image.
platform
- The platform of the image.Platform
public String getPlatform()
The platform of the image.
Platform
public Image withPlatform(String platform)
The platform of the image.
platform
- The platform of the image.Platform
public Image withPlatform(Platform platform)
The platform of the image.
platform
- The platform of the image.Platform
public void setState(ImageState state)
The state of the image.
state
- The state of the image.public ImageState getState()
The state of the image.
public Image withState(ImageState state)
The state of the image.
state
- The state of the image.public void setImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
imageRecipe
- The image recipe used when creating the image.public ImageRecipe getImageRecipe()
The image recipe used when creating the image.
public Image withImageRecipe(ImageRecipe imageRecipe)
The image recipe used when creating the image.
imageRecipe
- The image recipe used when creating the image.public void setSourcePipelineName(String sourcePipelineName)
The name of the image pipeline that created this image.
sourcePipelineName
- The name of the image pipeline that created this image.public String getSourcePipelineName()
The name of the image pipeline that created this image.
public Image withSourcePipelineName(String sourcePipelineName)
The name of the image pipeline that created this image.
sourcePipelineName
- The name of the image pipeline that created this image.public void setSourcePipelineArn(String sourcePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that created this image.
sourcePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that created this image.public String getSourcePipelineArn()
The Amazon Resource Name (ARN) of the image pipeline that created this image.
public Image withSourcePipelineArn(String sourcePipelineArn)
The Amazon Resource Name (ARN) of the image pipeline that created this image.
sourcePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that created this image.public void setInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
infrastructureConfiguration
- The infrastructure used when creating this image.public InfrastructureConfiguration getInfrastructureConfiguration()
The infrastructure used when creating this image.
public Image withInfrastructureConfiguration(InfrastructureConfiguration infrastructureConfiguration)
The infrastructure used when creating this image.
infrastructureConfiguration
- The infrastructure used when creating this image.public void setDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration used when creating this image.
distributionConfiguration
- The distribution configuration used when creating this image.public DistributionConfiguration getDistributionConfiguration()
The distribution configuration used when creating this image.
public Image withDistributionConfiguration(DistributionConfiguration distributionConfiguration)
The distribution configuration used when creating this image.
distributionConfiguration
- The distribution configuration used when creating this image.public void setImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration used when creating this image.
imageTestsConfiguration
- The image tests configuration used when creating this image.public ImageTestsConfiguration getImageTestsConfiguration()
The image tests configuration used when creating this image.
public Image withImageTestsConfiguration(ImageTestsConfiguration imageTestsConfiguration)
The image tests configuration used when creating this image.
imageTestsConfiguration
- The image tests configuration used when creating this image.public void setDateCreated(String dateCreated)
The date on which this image was created.
dateCreated
- The date on which this image was created.public String getDateCreated()
The date on which this image was created.
public Image withDateCreated(String dateCreated)
The date on which this image was created.
dateCreated
- The date on which this image was created.public void setOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
outputResources
- The output resources produced when creating this image.public OutputResources getOutputResources()
The output resources produced when creating this image.
public Image withOutputResources(OutputResources outputResources)
The output resources produced when creating this image.
outputResources
- The output resources produced when creating this image.public void setTags(Map<String,String> tags)
The tags of the image.
tags
- The tags of the image.public Image withTags(Map<String,String> tags)
The tags of the image.
tags
- The tags of the image.public Image clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.