@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutResolverRulePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutResolverRulePolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutResolverRulePolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
|
String |
getResolverRulePolicy()
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to
another AWS account.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
|
void |
setResolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to
another AWS account.
|
String |
toString()
Returns a string representation of this object.
|
PutResolverRulePolicyRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
|
PutResolverRulePolicyRequest |
withResolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to
another AWS account.
|
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, withSdkRequestTimeoutpublic void setArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
arn - The Amazon Resource Name (ARN) of the account that you want to grant permissions to.public String getArn()
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
public PutResolverRulePolicyRequest withArn(String arn)
The Amazon Resource Name (ARN) of the account that you want to grant permissions to.
arn - The Amazon Resource Name (ARN) of the account that you want to grant permissions to.public void setResolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to another AWS account.
resolverRulePolicy - An AWS Identity and Access Management policy statement that lists the permissions that you want to grant
to another AWS account.public String getResolverRulePolicy()
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to another AWS account.
public PutResolverRulePolicyRequest withResolverRulePolicy(String resolverRulePolicy)
An AWS Identity and Access Management policy statement that lists the permissions that you want to grant to another AWS account.
resolverRulePolicy - An AWS Identity and Access Management policy statement that lists the permissions that you want to grant
to another AWS account.public String toString()
toString in class ObjectObject.toString()public PutResolverRulePolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.