@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlatformSummary extends Object implements Serializable, Cloneable
Detailed information about a platform.
Constructor and Description |
---|
PlatformSummary() |
Modifier and Type | Method and Description |
---|---|
PlatformSummary |
clone() |
boolean |
equals(Object obj) |
String |
getOperatingSystemName()
The operating system used by the platform.
|
String |
getOperatingSystemVersion()
The version of the operating system used by the platform.
|
String |
getPlatformArn()
The ARN of the platform.
|
String |
getPlatformCategory()
The category of platform.
|
String |
getPlatformOwner()
The AWS account ID of the person who created the platform.
|
String |
getPlatformStatus()
The status of the platform.
|
List<String> |
getSupportedAddonList()
The additions associated with the platform.
|
List<String> |
getSupportedTierList()
The tiers in which the platform runs.
|
int |
hashCode() |
void |
setOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
|
void |
setOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
|
void |
setPlatformArn(String platformArn)
The ARN of the platform.
|
void |
setPlatformCategory(String platformCategory)
The category of platform.
|
void |
setPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
|
void |
setPlatformStatus(PlatformStatus platformStatus)
The status of the platform.
|
void |
setPlatformStatus(String platformStatus)
The status of the platform.
|
void |
setSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
|
void |
setSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PlatformSummary |
withOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
|
PlatformSummary |
withOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
|
PlatformSummary |
withPlatformArn(String platformArn)
The ARN of the platform.
|
PlatformSummary |
withPlatformCategory(String platformCategory)
The category of platform.
|
PlatformSummary |
withPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
|
PlatformSummary |
withPlatformStatus(PlatformStatus platformStatus)
The status of the platform.
|
PlatformSummary |
withPlatformStatus(String platformStatus)
The status of the platform.
|
PlatformSummary |
withSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
|
PlatformSummary |
withSupportedAddonList(String... supportedAddonList)
The additions associated with the platform.
|
PlatformSummary |
withSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
|
PlatformSummary |
withSupportedTierList(String... supportedTierList)
The tiers in which the platform runs.
|
public void setPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public String getPlatformArn()
The ARN of the platform.
public PlatformSummary withPlatformArn(String platformArn)
The ARN of the platform.
platformArn
- The ARN of the platform.public void setPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
platformOwner
- The AWS account ID of the person who created the platform.public String getPlatformOwner()
The AWS account ID of the person who created the platform.
public PlatformSummary withPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
platformOwner
- The AWS account ID of the person who created the platform.public void setPlatformStatus(String platformStatus)
The status of the platform. You can create an environment from the platform once it is ready.
platformStatus
- The status of the platform. You can create an environment from the platform once it is ready.PlatformStatus
public String getPlatformStatus()
The status of the platform. You can create an environment from the platform once it is ready.
PlatformStatus
public PlatformSummary withPlatformStatus(String platformStatus)
The status of the platform. You can create an environment from the platform once it is ready.
platformStatus
- The status of the platform. You can create an environment from the platform once it is ready.PlatformStatus
public void setPlatformStatus(PlatformStatus platformStatus)
The status of the platform. You can create an environment from the platform once it is ready.
platformStatus
- The status of the platform. You can create an environment from the platform once it is ready.PlatformStatus
public PlatformSummary withPlatformStatus(PlatformStatus platformStatus)
The status of the platform. You can create an environment from the platform once it is ready.
platformStatus
- The status of the platform. You can create an environment from the platform once it is ready.PlatformStatus
public void setPlatformCategory(String platformCategory)
The category of platform.
platformCategory
- The category of platform.public String getPlatformCategory()
The category of platform.
public PlatformSummary withPlatformCategory(String platformCategory)
The category of platform.
platformCategory
- The category of platform.public void setOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
operatingSystemName
- The operating system used by the platform.public String getOperatingSystemName()
The operating system used by the platform.
public PlatformSummary withOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
operatingSystemName
- The operating system used by the platform.public void setOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
operatingSystemVersion
- The version of the operating system used by the platform.public String getOperatingSystemVersion()
The version of the operating system used by the platform.
public PlatformSummary withOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
operatingSystemVersion
- The version of the operating system used by the platform.public List<String> getSupportedTierList()
The tiers in which the platform runs.
public void setSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
supportedTierList
- The tiers in which the platform runs.public PlatformSummary withSupportedTierList(String... supportedTierList)
The tiers in which the platform runs.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedTierList(java.util.Collection)
or withSupportedTierList(java.util.Collection)
if
you want to override the existing values.
supportedTierList
- The tiers in which the platform runs.public PlatformSummary withSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
supportedTierList
- The tiers in which the platform runs.public List<String> getSupportedAddonList()
The additions associated with the platform.
public void setSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
supportedAddonList
- The additions associated with the platform.public PlatformSummary withSupportedAddonList(String... supportedAddonList)
The additions associated with the platform.
NOTE: This method appends the values to the existing list (if any). Use
setSupportedAddonList(java.util.Collection)
or withSupportedAddonList(java.util.Collection)
if
you want to override the existing values.
supportedAddonList
- The additions associated with the platform.public PlatformSummary withSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
supportedAddonList
- The additions associated with the platform.public String toString()
toString
in class Object
Object.toString()
public PlatformSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.