@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ApplicationSummary() |
Modifier and Type | Method and Description |
---|---|
ApplicationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application ARN.
|
String |
getAuthor()
The name of the author publishing the app\nMin Length=1.
|
String |
getCreationTime()
The date/time this resource was created.
|
String |
getDescription()
The description of the application.\nMin Length=1.
|
List<String> |
getLabels()
Labels to improve discovery of apps in search results.\nMin Length=1.
|
String |
getName()
The name of the application.\nMin Length=1.
|
String |
getSpdxLicenseId()
A valid identifier from https://spdx.org/licenses/ .
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The application ARN.
|
void |
setAuthor(String author)
The name of the author publishing the app\nMin Length=1.
|
void |
setCreationTime(String creationTime)
The date/time this resource was created.
|
void |
setDescription(String description)
The description of the application.\nMin Length=1.
|
void |
setLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
void |
setName(String name)
The name of the application.\nMin Length=1.
|
void |
setSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/ .
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplicationSummary |
withApplicationId(String applicationId)
The application ARN.
|
ApplicationSummary |
withAuthor(String author)
The name of the author publishing the app\nMin Length=1.
|
ApplicationSummary |
withCreationTime(String creationTime)
The date/time this resource was created.
|
ApplicationSummary |
withDescription(String description)
The description of the application.\nMin Length=1.
|
ApplicationSummary |
withLabels(Collection<String> labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
ApplicationSummary |
withLabels(String... labels)
Labels to improve discovery of apps in search results.\nMin Length=1.
|
ApplicationSummary |
withName(String name)
The name of the application.\nMin Length=1.
|
ApplicationSummary |
withSpdxLicenseId(String spdxLicenseId)
A valid identifier from https://spdx.org/licenses/ .
|
public void setApplicationId(String applicationId)
applicationId
- The application ARN.public String getApplicationId()
public ApplicationSummary withApplicationId(String applicationId)
applicationId
- The application ARN.public void setAuthor(String author)
author
- The name of the author publishing the app\nMin Length=1. Max Length=127.\nPattern
"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public String getAuthor()
public ApplicationSummary withAuthor(String author)
author
- The name of the author publishing the app\nMin Length=1. Max Length=127.\nPattern
"^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$";public void setCreationTime(String creationTime)
creationTime
- The date/time this resource was created.public String getCreationTime()
public ApplicationSummary withCreationTime(String creationTime)
creationTime
- The date/time this resource was created.public void setDescription(String description)
description
- The description of the application.\nMin Length=1. Max Length=256public String getDescription()
public ApplicationSummary withDescription(String description)
description
- The description of the application.\nMin Length=1. Max Length=256public List<String> getLabels()
public void setLabels(Collection<String> labels)
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public ApplicationSummary withLabels(String... labels)
NOTE: This method appends the values to the existing list (if any). Use
setLabels(java.util.Collection)
or withLabels(java.util.Collection)
if you want to override the
existing values.
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public ApplicationSummary withLabels(Collection<String> labels)
labels
- Labels to improve discovery of apps in search results.\nMin Length=1. Max Length=127. Maximum number of
labels: 10\nPattern: "^[a-zA-Z0-9+\\-_:\\/@]+$";public void setName(String name)
name
- The name of the application.\nMin Length=1. Max Length=140\nPattern: "[a-zA-Z0-9\\-]+";public String getName()
public ApplicationSummary withName(String name)
name
- The name of the application.\nMin Length=1. Max Length=140\nPattern: "[a-zA-Z0-9\\-]+";public void setSpdxLicenseId(String spdxLicenseId)
spdxLicenseId
- A valid identifier from https://spdx.org/licenses/ .public String getSpdxLicenseId()
public ApplicationSummary withSpdxLicenseId(String spdxLicenseId)
spdxLicenseId
- A valid identifier from https://spdx.org/licenses/ .public String toString()
toString
in class Object
Object.toString()
public ApplicationSummary 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.