@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApprovalRuleTemplateDescriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApprovalRuleTemplateDescriptionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApprovalRuleTemplateDescriptionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApprovalRuleTemplateDescription()
The updated description of the approval rule template.
|
String |
getApprovalRuleTemplateName()
The name of the template for which you want to update the description.
|
int |
hashCode() |
void |
setApprovalRuleTemplateDescription(String approvalRuleTemplateDescription)
The updated description of the approval rule template.
|
void |
setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template for which you want to update the description.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApprovalRuleTemplateDescriptionRequest |
withApprovalRuleTemplateDescription(String approvalRuleTemplateDescription)
The updated description of the approval rule template.
|
UpdateApprovalRuleTemplateDescriptionRequest |
withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template for which you want to update the description.
|
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 UpdateApprovalRuleTemplateDescriptionRequest()
public void setApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template for which you want to update the description.
approvalRuleTemplateName
- The name of the template for which you want to update the description.public String getApprovalRuleTemplateName()
The name of the template for which you want to update the description.
public UpdateApprovalRuleTemplateDescriptionRequest withApprovalRuleTemplateName(String approvalRuleTemplateName)
The name of the template for which you want to update the description.
approvalRuleTemplateName
- The name of the template for which you want to update the description.public void setApprovalRuleTemplateDescription(String approvalRuleTemplateDescription)
The updated description of the approval rule template.
approvalRuleTemplateDescription
- The updated description of the approval rule template.public String getApprovalRuleTemplateDescription()
The updated description of the approval rule template.
public UpdateApprovalRuleTemplateDescriptionRequest withApprovalRuleTemplateDescription(String approvalRuleTemplateDescription)
The updated description of the approval rule template.
approvalRuleTemplateDescription
- The updated description of the approval rule template.public String toString()
toString
in class Object
Object.toString()
public UpdateApprovalRuleTemplateDescriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()