Class ListEdgeAgentConfigurationsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest
-
- software.amazon.awssdk.services.kinesisvideo.model.ListEdgeAgentConfigurationsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEdgeAgentConfigurationsRequest extends KinesisVideoRequest implements ToCopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEdgeAgentConfigurationsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEdgeAgentConfigurationsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhubDeviceArn()The "Internet of Things (IoT) Thing" Arn of the edge agent.IntegermaxResults()The maximum number of edge configurations to return in the response.StringnextToken()If you specify this parameter, when the result of aListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEdgeAgentConfigurationsRequest.Builder>serializableBuilderClass()ListEdgeAgentConfigurationsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
hubDeviceArn
public final String hubDeviceArn()
The "Internet of Things (IoT) Thing" Arn of the edge agent.
- Returns:
- The "Internet of Things (IoT) Thing" Arn of the edge agent.
-
maxResults
public final Integer maxResults()
The maximum number of edge configurations to return in the response. The default is 5.
- Returns:
- The maximum number of edge configurations to return in the response. The default is 5.
-
nextToken
public final String nextToken()
If you specify this parameter, when the result of a
ListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response. To get another batch of edge configurations, provide this token in your next request.- Returns:
- If you specify this parameter, when the result of a
ListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response. To get another batch of edge configurations, provide this token in your next request.
-
toBuilder
public ListEdgeAgentConfigurationsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>- Specified by:
toBuilderin classKinesisVideoRequest
-
builder
public static ListEdgeAgentConfigurationsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEdgeAgentConfigurationsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-