@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTemplateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the AWS account that contains the template that you're updating.
|
String |
getName()
The name for the template.
|
TemplateSourceEntity |
getSourceEntity()
The source QuickSight entity from which this template is being updated.
|
String |
getTemplateId()
The ID for the template.
|
String |
getVersionDescription()
A description of the current template version that is being updated.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the template that you're updating.
|
void |
setName(String name)
The name for the template.
|
void |
setSourceEntity(TemplateSourceEntity sourceEntity)
The source QuickSight entity from which this template is being updated.
|
void |
setTemplateId(String templateId)
The ID for the template.
|
void |
setVersionDescription(String versionDescription)
A description of the current template version that is being updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTemplateRequest |
withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the template that you're updating.
|
UpdateTemplateRequest |
withName(String name)
The name for the template.
|
UpdateTemplateRequest |
withSourceEntity(TemplateSourceEntity sourceEntity)
The source QuickSight entity from which this template is being updated.
|
UpdateTemplateRequest |
withTemplateId(String templateId)
The ID for the template.
|
UpdateTemplateRequest |
withVersionDescription(String versionDescription)
A description of the current template version that is being updated.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the template that you're updating.
awsAccountId - The ID of the AWS account that contains the template that you're updating.public String getAwsAccountId()
The ID of the AWS account that contains the template that you're updating.
public UpdateTemplateRequest withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the template that you're updating.
awsAccountId - The ID of the AWS account that contains the template that you're updating.public void setTemplateId(String templateId)
The ID for the template.
templateId - The ID for the template.public String getTemplateId()
The ID for the template.
public UpdateTemplateRequest withTemplateId(String templateId)
The ID for the template.
templateId - The ID for the template.public void setSourceEntity(TemplateSourceEntity sourceEntity)
The source QuickSight entity from which this template is being updated. You can currently update templates from an Analysis or another template.
sourceEntity - The source QuickSight entity from which this template is being updated. You can currently update templates
from an Analysis or another template.public TemplateSourceEntity getSourceEntity()
The source QuickSight entity from which this template is being updated. You can currently update templates from an Analysis or another template.
public UpdateTemplateRequest withSourceEntity(TemplateSourceEntity sourceEntity)
The source QuickSight entity from which this template is being updated. You can currently update templates from an Analysis or another template.
sourceEntity - The source QuickSight entity from which this template is being updated. You can currently update templates
from an Analysis or another template.public void setVersionDescription(String versionDescription)
A description of the current template version that is being updated. Every time you call
UpdateTemplate, you create a new version of the template. Each version of the template maintains a
description of the version in the VersionDescription field.
versionDescription - A description of the current template version that is being updated. Every time you call
UpdateTemplate, you create a new version of the template. Each version of the template
maintains a description of the version in the VersionDescription field.public String getVersionDescription()
A description of the current template version that is being updated. Every time you call
UpdateTemplate, you create a new version of the template. Each version of the template maintains a
description of the version in the VersionDescription field.
UpdateTemplate, you create a new version of the template. Each version of the template
maintains a description of the version in the VersionDescription field.public UpdateTemplateRequest withVersionDescription(String versionDescription)
A description of the current template version that is being updated. Every time you call
UpdateTemplate, you create a new version of the template. Each version of the template maintains a
description of the version in the VersionDescription field.
versionDescription - A description of the current template version that is being updated. Every time you call
UpdateTemplate, you create a new version of the template. Each version of the template
maintains a description of the version in the VersionDescription field.public void setName(String name)
The name for the template.
name - The name for the template.public String getName()
The name for the template.
public UpdateTemplateRequest withName(String name)
The name for the template.
name - The name for the template.public String toString()
toString in class ObjectObject.toString()public UpdateTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.