@Generated(value="software.amazon.awssdk:codegen") public final class ListEffectiveDeploymentsRequest extends GreengrassV2Request implements ToCopyableBuilder<ListEffectiveDeploymentsRequest.Builder,ListEffectiveDeploymentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEffectiveDeploymentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEffectiveDeploymentsRequest.Builder |
builder() |
String |
coreDeviceThingName()
The name of the core device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to be returned per paginated request.
|
String |
nextToken()
The token to be used for the next set of paginated results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEffectiveDeploymentsRequest.Builder> |
serializableBuilderClass() |
ListEffectiveDeploymentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String coreDeviceThingName()
The name of the core device. This is also the name of the IoT thing.
public final Integer maxResults()
The maximum number of results to be returned per paginated request.
public final String nextToken()
The token to be used for the next set of paginated results.
public ListEffectiveDeploymentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEffectiveDeploymentsRequest.Builder,ListEffectiveDeploymentsRequest>toBuilder in class GreengrassV2Requestpublic static ListEffectiveDeploymentsRequest.Builder builder()
public static Class<? extends ListEffectiveDeploymentsRequest.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.