@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDestinationsRequest extends CloudWatchLogsRequest implements ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDestinationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDestinationsRequest.Builder |
builder() |
String |
destinationNamePrefix()
The prefix to match.
|
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 DescribeDestinationsRequest.Builder> |
serializableBuilderClass() |
DescribeDestinationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String destinationNamePrefix()
The prefix to match. If you don't specify a value, no prefix filter is applied.
public final String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public final Integer limit()
The maximum number of items returned. If you don't specify a value, the default maximum value of 50 items is used.
public DescribeDestinationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDestinationsRequest.Builder,DescribeDestinationsRequest>toBuilder in class CloudWatchLogsRequestpublic static DescribeDestinationsRequest.Builder builder()
public static Class<? extends DescribeDestinationsRequest.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.