@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOrganizationCustomRulePolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetOrganizationCustomRulePolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetOrganizationCustomRulePolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationConfigRuleName()
The name of your organization Config Custom Policy rule.
|
int |
hashCode() |
void |
setOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config Custom Policy rule.
|
String |
toString()
Returns a string representation of this object.
|
GetOrganizationCustomRulePolicyRequest |
withOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config Custom Policy rule.
|
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 GetOrganizationCustomRulePolicyRequest()
public void setOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config Custom Policy rule.
organizationConfigRuleName
- The name of your organization Config Custom Policy rule.public String getOrganizationConfigRuleName()
The name of your organization Config Custom Policy rule.
public GetOrganizationCustomRulePolicyRequest withOrganizationConfigRuleName(String organizationConfigRuleName)
The name of your organization Config Custom Policy rule.
organizationConfigRuleName
- The name of your organization Config Custom Policy rule.public String toString()
toString
in class Object
Object.toString()
public GetOrganizationCustomRulePolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()