Class StartThingRegistrationTaskRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iot.model.IotRequest
-
- software.amazon.awssdk.services.iot.model.StartThingRegistrationTaskRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<StartThingRegistrationTaskRequest.Builder,StartThingRegistrationTaskRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartThingRegistrationTaskRequest extends IotRequest implements ToCopyableBuilder<StartThingRegistrationTaskRequest.Builder,StartThingRegistrationTaskRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
StartThingRegistrationTaskRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartThingRegistrationTaskRequest.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
inputFileBucket()
The S3 bucket that contains the input file.String
inputFileKey()
The name of input file within the S3 bucket.String
roleArn()
The IAM role ARN that grants permission the input file.List<SdkField<?>>
sdkFields()
static Class<? extends StartThingRegistrationTaskRequest.Builder>
serializableBuilderClass()
String
templateBody()
The provisioning template.StartThingRegistrationTaskRequest.Builder
toBuilder()
String
toString()
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
-
templateBody
public final String templateBody()
The provisioning template.
- Returns:
- The provisioning template.
-
inputFileBucket
public final String inputFileBucket()
The S3 bucket that contains the input file.
- Returns:
- The S3 bucket that contains the input file.
-
inputFileKey
public final String inputFileKey()
The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
- Returns:
- The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).
-
roleArn
public final String roleArn()
The IAM role ARN that grants permission the input file.
- Returns:
- The IAM role ARN that grants permission the input file.
-
toBuilder
public StartThingRegistrationTaskRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<StartThingRegistrationTaskRequest.Builder,StartThingRegistrationTaskRequest>
- Specified by:
toBuilder
in classIotRequest
-
builder
public static StartThingRegistrationTaskRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartThingRegistrationTaskRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
-