@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListApprovalRuleTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListApprovalRuleTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
ListApprovalRuleTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getApprovalRuleTemplateNames()
The names of all the approval rule templates found in the AWS Region for your AWS account.
|
String |
getNextToken()
An enumeration token that allows the operation to batch the next results of the operation.
|
int |
hashCode() |
void |
setApprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
|
void |
setNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
String |
toString()
Returns a string representation of this object.
|
ListApprovalRuleTemplatesResult |
withApprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
|
ListApprovalRuleTemplatesResult |
withApprovalRuleTemplateNames(String... approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
|
ListApprovalRuleTemplatesResult |
withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getApprovalRuleTemplateNames()
The names of all the approval rule templates found in the AWS Region for your AWS account.
public void setApprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
approvalRuleTemplateNames
- The names of all the approval rule templates found in the AWS Region for your AWS account.public ListApprovalRuleTemplatesResult withApprovalRuleTemplateNames(String... approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
NOTE: This method appends the values to the existing list (if any). Use
setApprovalRuleTemplateNames(java.util.Collection)
or
withApprovalRuleTemplateNames(java.util.Collection)
if you want to override the existing values.
approvalRuleTemplateNames
- The names of all the approval rule templates found in the AWS Region for your AWS account.public ListApprovalRuleTemplatesResult withApprovalRuleTemplateNames(Collection<String> approvalRuleTemplateNames)
The names of all the approval rule templates found in the AWS Region for your AWS account.
approvalRuleTemplateNames
- The names of all the approval rule templates found in the AWS Region for your AWS account.public void setNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken
- An enumeration token that allows the operation to batch the next results of the operation.public String getNextToken()
An enumeration token that allows the operation to batch the next results of the operation.
public ListApprovalRuleTemplatesResult withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
nextToken
- An enumeration token that allows the operation to batch the next results of the operation.public String toString()
toString
in class Object
Object.toString()
public ListApprovalRuleTemplatesResult clone()