@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeReleaseLabelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeReleaseLabelResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeReleaseLabelResult |
clone() |
boolean |
equals(Object obj) |
List<SimplifiedApplication> |
getApplications()
The list of applications available for the target release label.
|
String |
getNextToken()
The pagination token.
|
String |
getReleaseLabel()
The target release label described in the response.
|
int |
hashCode() |
void |
setApplications(Collection<SimplifiedApplication> applications)
The list of applications available for the target release label.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setReleaseLabel(String releaseLabel)
The target release label described in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeReleaseLabelResult |
withApplications(Collection<SimplifiedApplication> applications)
The list of applications available for the target release label.
|
DescribeReleaseLabelResult |
withApplications(SimplifiedApplication... applications)
The list of applications available for the target release label.
|
DescribeReleaseLabelResult |
withNextToken(String nextToken)
The pagination token.
|
DescribeReleaseLabelResult |
withReleaseLabel(String releaseLabel)
The target release label described in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setReleaseLabel(String releaseLabel)
The target release label described in the response.
releaseLabel - The target release label described in the response.public String getReleaseLabel()
The target release label described in the response.
public DescribeReleaseLabelResult withReleaseLabel(String releaseLabel)
The target release label described in the response.
releaseLabel - The target release label described in the response.public List<SimplifiedApplication> getApplications()
The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.
Name is the name of the
application. Version is the concise version of the application.public void setApplications(Collection<SimplifiedApplication> applications)
The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.
applications - The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.public DescribeReleaseLabelResult withApplications(SimplifiedApplication... applications)
The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection) or withApplications(java.util.Collection) if you want to
override the existing values.
applications - The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.public DescribeReleaseLabelResult withApplications(Collection<SimplifiedApplication> applications)
The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.
applications - The list of applications available for the target release label. Name is the name of the
application. Version is the concise version of the application.public void setNextToken(String nextToken)
The pagination token. Reserved for future use. Currently set to null.
nextToken - The pagination token. Reserved for future use. Currently set to null.public String getNextToken()
The pagination token. Reserved for future use. Currently set to null.
public DescribeReleaseLabelResult withNextToken(String nextToken)
The pagination token. Reserved for future use. Currently set to null.
nextToken - The pagination token. Reserved for future use. Currently set to null.public String toString()
toString in class ObjectObject.toString()public DescribeReleaseLabelResult clone()