@Generated(value="software.amazon.awssdk:codegen") public final class ListDestinationsRequest extends IotRoboRunnerRequest implements ToCopyableBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDestinationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDestinationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Returns the value of the MaxResults property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDestinationsRequest.Builder> |
serializableBuilderClass() |
String |
site()
Returns the value of the Site property for this object.
|
DestinationState |
state()
Returns the value of the State property for this object.
|
String |
stateAsString()
Returns the value of the State property for this object.
|
ListDestinationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String site()
public final Integer maxResults()
public final String nextToken()
public final DestinationState state()
If the service returns an enum value that is not available in the current SDK version, state will return
DestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DestinationStatepublic final String stateAsString()
If the service returns an enum value that is not available in the current SDK version, state will return
DestinationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
DestinationStatepublic ListDestinationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>toBuilder in class IotRoboRunnerRequestpublic static ListDestinationsRequest.Builder builder()
public static Class<? extends ListDestinationsRequest.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 © 2023. All rights reserved.