Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEventTopicsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
Describes event topics.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEventTopicsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeEventTopicsRequest.Builder |
builder() |
|
String |
directoryId() |
The Directory ID for which to get the list of associated SNS topics.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DescribeEventTopicsRequest.Builder> |
serializableBuilderClass() |
|
DescribeEventTopicsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
List<String> |
topicNames() |
A list of SNS topic names for which to obtain the information.
|
String |
toString() |
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 for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.
public List<String> topicNames()
A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.
An empty list results in an InvalidParameterException
being thrown.
An empty list results in an InvalidParameterException
being thrown.
public DescribeEventTopicsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEventTopicsRequest.Builder,DescribeEventTopicsRequest>
public static DescribeEventTopicsRequest.Builder builder()
public static Class<? extends DescribeEventTopicsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.