@Generated(value="software.amazon.awssdk:codegen") public final class ListLogSubscriptionsRequest extends DirectoryRequest implements ToCopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLogSubscriptionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLogSubscriptionsRequest.Builder |
builder() |
String |
directoryId()
If a DirectoryID is provided, lists only the log subscription associated with that directory.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of items returned.
|
String |
nextToken()
The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLogSubscriptionsRequest.Builder> |
serializableBuilderClass() |
ListLogSubscriptionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryId()
If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.
public final String nextToken()
The token for the next set of items to return.
public final Integer limit()
The maximum number of items returned.
public ListLogSubscriptionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLogSubscriptionsRequest.Builder,ListLogSubscriptionsRequest>toBuilder in class DirectoryRequestpublic static ListLogSubscriptionsRequest.Builder builder()
public static Class<? extends ListLogSubscriptionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.