@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnvironmentTemplateVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEnvironmentTemplateVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetEnvironmentTemplateVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMajorVersion()
To get environment template major version detail data, include
major Version . |
String |
getMinorVersion()
To get environment template minor version detail data, include
minorVersion . |
String |
getTemplateName()
The name of the environment template a version of which you want to get detailed data for.
|
int |
hashCode() |
void |
setMajorVersion(String majorVersion)
To get environment template major version detail data, include
major Version . |
void |
setMinorVersion(String minorVersion)
To get environment template minor version detail data, include
minorVersion . |
void |
setTemplateName(String templateName)
The name of the environment template a version of which you want to get detailed data for.
|
String |
toString()
Returns a string representation of this object.
|
GetEnvironmentTemplateVersionRequest |
withMajorVersion(String majorVersion)
To get environment template major version detail data, include
major Version . |
GetEnvironmentTemplateVersionRequest |
withMinorVersion(String minorVersion)
To get environment template minor version detail data, include
minorVersion . |
GetEnvironmentTemplateVersionRequest |
withTemplateName(String templateName)
The name of the environment template a version of which you want to get detailed data for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public GetEnvironmentTemplateVersionRequest()
public void setMajorVersion(String majorVersion)
To get environment template major version detail data, include major Version
.
majorVersion
- To get environment template major version detail data, include major Version
.public String getMajorVersion()
To get environment template major version detail data, include major Version
.
major Version
.public GetEnvironmentTemplateVersionRequest withMajorVersion(String majorVersion)
To get environment template major version detail data, include major Version
.
majorVersion
- To get environment template major version detail data, include major Version
.public void setMinorVersion(String minorVersion)
To get environment template minor version detail data, include minorVersion
.
minorVersion
- To get environment template minor version detail data, include minorVersion
.public String getMinorVersion()
To get environment template minor version detail data, include minorVersion
.
minorVersion
.public GetEnvironmentTemplateVersionRequest withMinorVersion(String minorVersion)
To get environment template minor version detail data, include minorVersion
.
minorVersion
- To get environment template minor version detail data, include minorVersion
.public void setTemplateName(String templateName)
The name of the environment template a version of which you want to get detailed data for.
templateName
- The name of the environment template a version of which you want to get detailed data for.public String getTemplateName()
The name of the environment template a version of which you want to get detailed data for.
public GetEnvironmentTemplateVersionRequest withTemplateName(String templateName)
The name of the environment template a version of which you want to get detailed data for.
templateName
- The name of the environment template a version of which you want to get detailed data for.public String toString()
toString
in class Object
Object.toString()
public GetEnvironmentTemplateVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()