Class IamRegistrationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.iotfleetwise.model.IamRegistrationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IamRegistrationResponse.Builder,IamRegistrationResponse>
@Generated("software.amazon.awssdk:codegen") public final class IamRegistrationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IamRegistrationResponse.Builder,IamRegistrationResponse>
Information about registering an Identity and Access Management (IAM) resource so Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to Amazon Timestream.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIamRegistrationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IamRegistrationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorMessage()A message associated with a registration error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RegistrationStatusregistrationStatus()The status of registering your IAM resource.StringregistrationStatusAsString()The status of registering your IAM resource.StringroleArn()The Amazon Resource Name (ARN) of the IAM role to register.List<SdkField<?>>sdkFields()static Class<? extends IamRegistrationResponse.Builder>serializableBuilderClass()IamRegistrationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role to register.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role to register.
-
registrationStatus
public final RegistrationStatus registrationStatus()
The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS,REGISTRATION_PENDING,REGISTRATION_FAILURE.If the service returns an enum value that is not available in the current SDK version,
registrationStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationStatusAsString().- Returns:
- The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS,REGISTRATION_PENDING,REGISTRATION_FAILURE. - See Also:
RegistrationStatus
-
registrationStatusAsString
public final String registrationStatusAsString()
The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS,REGISTRATION_PENDING,REGISTRATION_FAILURE.If the service returns an enum value that is not available in the current SDK version,
registrationStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromregistrationStatusAsString().- Returns:
- The status of registering your IAM resource. The status can be one of
REGISTRATION_SUCCESS,REGISTRATION_PENDING,REGISTRATION_FAILURE. - See Also:
RegistrationStatus
-
errorMessage
public final String errorMessage()
A message associated with a registration error.
- Returns:
- A message associated with a registration error.
-
toBuilder
public IamRegistrationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IamRegistrationResponse.Builder,IamRegistrationResponse>
-
builder
public static IamRegistrationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends IamRegistrationResponse.Builder> serializableBuilderClass()
-
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.
-
-