@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 rule that you want to share with another account.
|
String |
getResolverRulePolicy()
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
|
void |
setResolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform.
|
String |
toString()
Returns a string representation of this object.
|
PutResolverRulePolicyRequest |
withArn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
|
PutResolverRulePolicyRequest |
withResolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform.
|
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 rule that you want to share with another account.
arn - The Amazon Resource Name (ARN) of the rule that you want to share with another account.public String getArn()
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
public PutResolverRulePolicyRequest withArn(String arn)
The Amazon Resource Name (ARN) of the rule that you want to share with another account.
arn - The Amazon Resource Name (ARN) of the rule that you want to share with another account.public void setResolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform. You can specify
the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share with
another account. Specify the same ARN that you specified in Arn.
resolverRulePolicy - An Identity and Access Management policy statement that lists the rules that you want to share with
another Amazon Web Services account and the operations that you want the account to be able to perform.
You can specify the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share
with another account. Specify the same ARN that you specified in Arn.
public String getResolverRulePolicy()
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform. You can specify
the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share with
another account. Specify the same ARN that you specified in Arn.
Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to
share with another account. Specify the same ARN that you specified in Arn.
public PutResolverRulePolicyRequest withResolverRulePolicy(String resolverRulePolicy)
An Identity and Access Management policy statement that lists the rules that you want to share with another
Amazon Web Services account and the operations that you want the account to be able to perform. You can specify
the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share with
another account. Specify the same ARN that you specified in Arn.
resolverRulePolicy - An Identity and Access Management policy statement that lists the rules that you want to share with
another Amazon Web Services account and the operations that you want the account to be able to perform.
You can specify the following operations in the Action section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource section of the statement, specify the ARN for the rule that you want to share
with another account. Specify the same ARN that you specified in Arn.
public String toString()
toString in class ObjectObject.toString()public PutResolverRulePolicyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()