Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeTrustsRequest.Builder,DescribeTrustsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeTrustsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeTrustsRequest.Builder,DescribeTrustsRequest>
Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeTrustsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeTrustsRequest.Builder |
builder() |
|
String |
directoryId() |
The Directory ID of the AWS directory that is a part of the requested trust relationship.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of objects to return.
|
String |
nextToken() |
The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts.
|
static Class<? extends DescribeTrustsRequest.Builder> |
serializableBuilderClass() |
|
DescribeTrustsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<String> |
trustIds() |
A list of identifiers of the trust relationships for which to obtain the information.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryId()
The Directory ID of the AWS directory that is a part of the requested trust relationship.
public List<String> trustIds()
A list of identifiers of the trust relationships for which to obtain the information. If this member is null, all trust relationships that belong to the current account are returned.
An empty list results in an InvalidParameterException
being thrown.
An empty list results in an InvalidParameterException
being thrown.
public String nextToken()
The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.
public Integer limit()
The maximum number of objects to return.
public DescribeTrustsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTrustsRequest.Builder,DescribeTrustsRequest>
public static DescribeTrustsRequest.Builder builder()
public static Class<? extends DescribeTrustsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.