@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTemplateDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeTemplateDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeTemplateDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAliasName()
The alias of the template that you want to describe.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the template.
|
String |
getTemplateId()
The ID of the template that you're describing.
|
Long |
getVersionNumber()
The version number of the template.
|
int |
hashCode() |
void |
setAliasName(String aliasName)
The alias of the template that you want to describe.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template.
|
void |
setTemplateId(String templateId)
The ID of the template that you're describing.
|
void |
setVersionNumber(Long versionNumber)
The version number of the template.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTemplateDefinitionRequest |
withAliasName(String aliasName)
The alias of the template that you want to describe.
|
DescribeTemplateDefinitionRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template.
|
DescribeTemplateDefinitionRequest |
withTemplateId(String templateId)
The ID of the template that you're describing.
|
DescribeTemplateDefinitionRequest |
withVersionNumber(Long versionNumber)
The version number of the template.
|
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 void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
awsAccountId
- The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web
Services account that the template is in.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
public DescribeTemplateDefinitionRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
awsAccountId
- The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web
Services account that the template is in.public void setTemplateId(String templateId)
The ID of the template that you're describing.
templateId
- The ID of the template that you're describing.public String getTemplateId()
The ID of the template that you're describing.
public DescribeTemplateDefinitionRequest withTemplateId(String templateId)
The ID of the template that you're describing.
templateId
- The ID of the template that you're describing.public void setVersionNumber(Long versionNumber)
The version number of the template.
versionNumber
- The version number of the template.public Long getVersionNumber()
The version number of the template.
public DescribeTemplateDefinitionRequest withVersionNumber(Long versionNumber)
The version number of the template.
versionNumber
- The version number of the template.public void setAliasName(String aliasName)
The alias of the template that you want to describe. If you name a specific alias, you describe the version that
the alias points to. You can specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply
to templates.
aliasName
- The alias of the template that you want to describe. If you name a specific alias, you describe the
version that the alias points to. You can specify the latest version of the template by providing the
keyword $LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply to templates.public String getAliasName()
The alias of the template that you want to describe. If you name a specific alias, you describe the version that
the alias points to. You can specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply
to templates.
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply to templates.public DescribeTemplateDefinitionRequest withAliasName(String aliasName)
The alias of the template that you want to describe. If you name a specific alias, you describe the version that
the alias points to. You can specify the latest version of the template by providing the keyword
$LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply
to templates.
aliasName
- The alias of the template that you want to describe. If you name a specific alias, you describe the
version that the alias points to. You can specify the latest version of the template by providing the
keyword $LATEST
in the AliasName
parameter. The keyword $PUBLISHED
doesn't apply to templates.public String toString()
toString
in class Object
Object.toString()
public DescribeTemplateDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()