@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 and time this resource was created.
|
List<ParameterDefinition> |
getParameterDefinitions()
An array of parameter types supported by the application.
|
String |
getSemanticVersion()
The semantic version of the application:
|
String |
getSourceCodeUrl()
A link to a public repository for the source code of your application.
|
String |
getTemplateUrl()
A link to the packaged AWS SAM template of your application.
|
int |
hashCode() |
void |
setApplicationId(String applicationId)
The application Amazon Resource Name (ARN).
|
void |
setCreationTime(String creationTime)
The date and time this resource was created.
|
void |
setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
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.
|
void |
setTemplateUrl(String templateUrl)
A link to the packaged AWS 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 and time this resource was created.
|
CreateApplicationVersionResult |
withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
|
CreateApplicationVersionResult |
withSemanticVersion(String semanticVersion)
The semantic version of the application:
|
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 AWS SAM template of your application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 CreateApplicationVersionResult 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 CreateApplicationVersionResult withCreationTime(String creationTime)
The date and time this resource was created.
creationTime
- The date and time this resource was created.public List<ParameterDefinition> getParameterDefinitions()
An array of parameter types supported by the application.
public void setParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
parameterDefinitions
- An array of parameter types supported by the application.public CreateApplicationVersionResult withParameterDefinitions(ParameterDefinition... parameterDefinitions)
An array of parameter types supported by the application.
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
- An array of parameter types supported by the application.public CreateApplicationVersionResult withParameterDefinitions(Collection<ParameterDefinition> parameterDefinitions)
An array of parameter types supported by the application.
parameterDefinitions
- An array of parameter types supported by the application.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 CreateApplicationVersionResult 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 CreateApplicationVersionResult 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 void setTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
templateUrl
- A link to the packaged AWS SAM template of your application.public String getTemplateUrl()
A link to the packaged AWS SAM template of your application.
public CreateApplicationVersionResult withTemplateUrl(String templateUrl)
A link to the packaged AWS SAM template of your application.
templateUrl
- A link to the packaged AWS SAM template of your application.public String toString()
toString
in class Object
Object.toString()
public CreateApplicationVersionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.