@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PlatformBranchSummary extends Object implements Serializable, Cloneable
Summary information about a platform branch.
Constructor and Description |
---|
PlatformBranchSummary() |
Modifier and Type | Method and Description |
---|---|
PlatformBranchSummary |
clone() |
boolean |
equals(Object obj) |
String |
getBranchName()
The name of the platform branch.
|
Integer |
getBranchOrder()
An ordinal number that designates the order in which platform branches have been added to a platform.
|
String |
getLifecycleState()
The support life cycle state of the platform branch.
|
String |
getPlatformName()
The name of the platform to which this platform branch belongs.
|
List<String> |
getSupportedTierList()
The environment tiers that platform versions in this branch support.
|
int |
hashCode() |
void |
setBranchName(String branchName)
The name of the platform branch.
|
void |
setBranchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform.
|
void |
setLifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
|
void |
setPlatformName(String platformName)
The name of the platform to which this platform branch belongs.
|
void |
setSupportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
|
String |
toString()
Returns a string representation of this object.
|
PlatformBranchSummary |
withBranchName(String branchName)
The name of the platform branch.
|
PlatformBranchSummary |
withBranchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform.
|
PlatformBranchSummary |
withLifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
|
PlatformBranchSummary |
withPlatformName(String platformName)
The name of the platform to which this platform branch belongs.
|
PlatformBranchSummary |
withSupportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
|
PlatformBranchSummary |
withSupportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
|
public void setPlatformName(String platformName)
The name of the platform to which this platform branch belongs.
platformName
- The name of the platform to which this platform branch belongs.public String getPlatformName()
The name of the platform to which this platform branch belongs.
public PlatformBranchSummary withPlatformName(String platformName)
The name of the platform to which this platform branch belongs.
platformName
- The name of the platform to which this platform branch belongs.public void setBranchName(String branchName)
The name of the platform branch.
branchName
- The name of the platform branch.public String getBranchName()
The name of the platform branch.
public PlatformBranchSummary withBranchName(String branchName)
The name of the platform branch.
branchName
- The name of the platform branch.public void setLifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
| retired
lifecycleState
- The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
|
retired
public String getLifecycleState()
The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
| retired
Possible values: beta
| supported
| deprecated
|
retired
public PlatformBranchSummary withLifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
| retired
lifecycleState
- The support life cycle state of the platform branch.
Possible values: beta
| supported
| deprecated
|
retired
public void setBranchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform. This can be
helpful, for example, if your code calls the ListPlatformBranches
action and then displays a list of
platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
branchOrder
- An ordinal number that designates the order in which platform branches have been added to a platform. This
can be helpful, for example, if your code calls the ListPlatformBranches
action and then
displays a list of platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
public Integer getBranchOrder()
An ordinal number that designates the order in which platform branches have been added to a platform. This can be
helpful, for example, if your code calls the ListPlatformBranches
action and then displays a list of
platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
ListPlatformBranches
action and
then displays a list of platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
public PlatformBranchSummary withBranchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform. This can be
helpful, for example, if your code calls the ListPlatformBranches
action and then displays a list of
platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
branchOrder
- An ordinal number that designates the order in which platform branches have been added to a platform. This
can be helpful, for example, if your code calls the ListPlatformBranches
action and then
displays a list of platform branches.
A larger BranchOrder
value designates a newer platform branch within the platform.
public List<String> getSupportedTierList()
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
Possible values: WebServer/Standard
| Worker/SQS/HTTP
public void setSupportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
supportedTierList
- The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
public PlatformBranchSummary withSupportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
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 environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
public PlatformBranchSummary withSupportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
supportedTierList
- The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard
| Worker/SQS/HTTP
public String toString()
toString
in class Object
Object.toString()
public PlatformBranchSummary clone()