@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
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/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. 
 | 
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/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. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
VersionSummary | 
withApplicationId(String applicationId)
 The application Amazon Resource Name (ARN). 
 | 
VersionSummary | 
withCreationTime(String creationTime)
 The date/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. 
 | 
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/time this resource was created.
creationTime - The date/time this resource was created.public String getCreationTime()
The date/time this resource was created.
public VersionSummary withCreationTime(String creationTime)
The date/time this resource was created.
creationTime - The date/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.
sourceCodeUrl - A link to a public repository for the source code of your application.public String getSourceCodeUrl()
A link to a public repository for the source code of your application.
public VersionSummary withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application.
sourceCodeUrl - A link to a public repository for the source code of your application.public String toString()
toString in class ObjectObject.toString()public VersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.