@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
An application version summary.
Constructor and Description |
---|
VersionSummary() |
Modifier and Type | Method and Description |
---|---|
VersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationId()
The application Amazon Resource Name (ARN).
|
String |
getCreationTime()
The date and time this resource was created.
|
String |
getSemanticVersion()
The semantic version of the application:
|
String |
getSourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
void |
setCreationTime(String creationTime)
The date and time this resource was created.
|
void |
setSemanticVersion(String semanticVersion)
The semantic version of the application:
|
void |
setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
String |
toString()
Returns a string representation of this object.
|
VersionSummary |
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
VersionSummary |
withCreationTime(String creationTime)
The date and time this resource was created.
|
VersionSummary |
withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
VersionSummary |
withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub
commit.
|
public void setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public String getApplicationId()
The application Amazon Resource Name (ARN).
public VersionSummary withApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
applicationId
- The application Amazon Resource Name (ARN).public void setCreationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.public String getCreationTime()
The date and time this resource was created.
public VersionSummary withCreationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.public void setSemanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
public String getSemanticVersion()
The semantic version of the application:
public VersionSummary withSemanticVersion(String semanticVersion)
The semantic version of the application:
semanticVersion
- The semantic version of the application:
public void setSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
sourceCodeUrl
- A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.public String getSourceCodeUrl()
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
public VersionSummary withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
sourceCodeUrl
- A link to a public repository for the source code of your application, for example the URL of a specific
GitHub commit.public String toString()
toString
in class Object
Object.toString()
public VersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.