Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeServiceAccessPoliciesRequest.Builder,DescribeServiceAccessPoliciesRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeServiceAccessPoliciesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeServiceAccessPoliciesRequest.Builder,DescribeServiceAccessPoliciesRequest>
Container for the parameters to the DescribeServiceAccessPolicies operation. Specifies the name
of the domain you want to describe. To show the active configuration and exclude any pending changes, set the
Deployed option to true.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeServiceAccessPoliciesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeServiceAccessPoliciesRequest.Builder |
builder() |
|
Boolean |
deployed() |
Whether to display the deployed configuration (
true) or include any pending changes (
false). |
String |
domainName() |
The name of the domain you want to describe.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeServiceAccessPoliciesRequest.Builder> |
serializableBuilderClass() |
|
DescribeServiceAccessPoliciesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String domainName()
The name of the domain you want to describe.
public Boolean deployed()
Whether to display the deployed configuration (true) or include any pending changes (
false). Defaults to false.
true) or include any pending changes (
false). Defaults to false.public DescribeServiceAccessPoliciesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeServiceAccessPoliciesRequest.Builder,DescribeServiceAccessPoliciesRequest>public static DescribeServiceAccessPoliciesRequest.Builder builder()
public static Class<? extends DescribeServiceAccessPoliciesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.