@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateApplicationVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateApplicationVersionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateApplicationVersionResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getApplicationId()
The application Amazon Resource Name (ARN). 
 | 
String | 
getCreationTime()
The date/time this resource was created. 
 | 
List<ParameterDefinition> | 
getParameterDefinitions()
Array of parameter types supported by the application. 
 | 
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. 
 | 
String | 
getTemplateUrl()
A link to the packaged SAM template of your application. 
 | 
int | 
hashCode()  | 
void | 
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN). 
 | 
void | 
setCreationTime(String creationTime)
The date/time this resource was created. 
 | 
void | 
setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
Array of parameter types supported by the application. 
 | 
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. 
 | 
void | 
setTemplateUrl(String templateUrl)
A link to the packaged SAM template of your application. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
CreateApplicationVersionResult | 
withApplicationId(String applicationId)
The application Amazon Resource Name (ARN). 
 | 
CreateApplicationVersionResult | 
withCreationTime(String creationTime)
The date/time this resource was created. 
 | 
CreateApplicationVersionResult | 
withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
Array of parameter types supported by the application. 
 | 
CreateApplicationVersionResult | 
withParameterDefinitions(ParameterDefinition... parameterDefinitions)
Array of parameter types supported by the application. 
 | 
CreateApplicationVersionResult | 
withSemanticVersion(String semanticVersion)
The semantic version of the application:\n\n https://semver.org/ 
 | 
CreateApplicationVersionResult | 
withSourceCodeUrl(String sourceCodeUrl)
A link to a public repository for the source code of your application. 
 | 
CreateApplicationVersionResult | 
withTemplateUrl(String templateUrl)
A link to the packaged SAM template of your application. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplicationId(String applicationId)
applicationId - The application Amazon Resource Name (ARN).public String getApplicationId()
public CreateApplicationVersionResult 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 CreateApplicationVersionResult withCreationTime(String creationTime)
creationTime - The date/time this resource was created.public List<ParameterDefinition> getParameterDefinitions()
public void setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
parameterDefinitions - Array of parameter types supported by the application.public CreateApplicationVersionResult withParameterDefinitions(ParameterDefinition... parameterDefinitions)
 NOTE: This method appends the values to the existing list (if any). Use
 setParameterDefinitions(java.util.Collection) or withParameterDefinitions(java.util.Collection)
 if you want to override the existing values.
 
parameterDefinitions - Array of parameter types supported by the application.public CreateApplicationVersionResult withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
parameterDefinitions - Array of parameter types supported by the application.public void setSemanticVersion(String semanticVersion)
semanticVersion - The semantic version of the application:\n\n https://semver.org/public String getSemanticVersion()
public CreateApplicationVersionResult 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 CreateApplicationVersionResult withSourceCodeUrl(String sourceCodeUrl)
sourceCodeUrl - A link to a public repository for the source code of your application.public void setTemplateUrl(String templateUrl)
templateUrl - A link to the packaged SAM template of your application.public String getTemplateUrl()
public CreateApplicationVersionResult withTemplateUrl(String templateUrl)
templateUrl - A link to the packaged SAM template of your application.public String toString()
toString in class ObjectObject.toString()public CreateApplicationVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.