@Generated(value="software.amazon.awssdk:codegen") public final class ListEdgeAgentConfigurationsRequest extends KinesisVideoRequest implements ToCopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEdgeAgentConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEdgeAgentConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hubDeviceArn()
The "Internet of Things (IoT) Thing" Arn of the edge agent.
|
Integer |
maxResults()
The maximum number of edge configurations to return in the response.
|
String |
nextToken()
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEdgeAgentConfigurationsRequest.Builder> |
serializableBuilderClass() |
ListEdgeAgentConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hubDeviceArn()
The "Internet of Things (IoT) Thing" Arn of the edge agent.
public final Integer maxResults()
The maximum number of edge configurations to return in the response. The default is 5.
public final String nextToken()
If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.public ListEdgeAgentConfigurationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>toBuilder in class KinesisVideoRequestpublic static ListEdgeAgentConfigurationsRequest.Builder builder()
public static Class<? extends ListEdgeAgentConfigurationsRequest.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.