@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
| 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:\n\n https://semver.org/ 
 | 
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:\n\n https://semver.org/ 
 | 
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:\n\n https://semver.org/ 
 | 
VersionSummary | 
withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application. 
 | 
public void setApplicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).public String getApplicationId()
public VersionSummary withApplicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).public void setCreationTime(String creationTime)
creationTime - The date/time this resource was created.public String getCreationTime()
public VersionSummary withCreationTime(String creationTime)
creationTime - The date/time this resource was created.public void setSemanticVersion(String semanticVersion)
semanticVersion - The semantic version of the application:\n\n https://semver.org/public String getSemanticVersion()
public VersionSummary withSemanticVersion(String semanticVersion)
semanticVersion - The semantic version of the application:\n\n https://semver.org/public void setSourceCodeUrl(String sourceCodeUrl)
sourceCodeUrl - A link to a public repository for the source code of your application.public String getSourceCodeUrl()
public VersionSummary withSourceCodeUrl(String sourceCodeUrl)
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.