@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BundleDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of the bundle.
Constructor and Description |
---|
BundleDetails() |
public void setBundleId(String bundleId)
bundleId
- public String getBundleId()
public BundleDetails withBundleId(String bundleId)
bundleId
- public void setTitle(String title)
title
- public String getTitle()
public BundleDetails withTitle(String title)
title
- public void setVersion(String version)
version
- public String getVersion()
public BundleDetails withVersion(String version)
version
- public void setDescription(String description)
description
- public String getDescription()
public BundleDetails withDescription(String description)
description
- public void setIconUrl(String iconUrl)
iconUrl
- public String getIconUrl()
public BundleDetails withIconUrl(String iconUrl)
iconUrl
- public void setAvailablePlatforms(Collection<String> availablePlatforms)
availablePlatforms
- Platform
public BundleDetails withAvailablePlatforms(String... availablePlatforms)
NOTE: This method appends the values to the existing list (if any). Use
setAvailablePlatforms(java.util.Collection)
or withAvailablePlatforms(java.util.Collection)
if
you want to override the existing values.
availablePlatforms
- Platform
public BundleDetails withAvailablePlatforms(Collection<String> availablePlatforms)
availablePlatforms
- Platform
public BundleDetails withAvailablePlatforms(Platform... availablePlatforms)
availablePlatforms
- Platform
public String toString()
toString
in class Object
Object.toString()
public BundleDetails clone()
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.