Class GetRegisterAccountStatusResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse
-
- software.amazon.awssdk.services.iotfleetwise.model.GetRegisterAccountStatusResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetRegisterAccountStatusResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetRegisterAccountStatusResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistrationStatusaccountStatus()The status of registering your account and resources.StringaccountStatusAsString()The status of registering your account and resources.static GetRegisterAccountStatusResponse.Builderbuilder()InstantcreationTime()The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).StringcustomerAccountId()The unique ID of the Amazon Web Services account, provided at account creation.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IamRegistrationResponseiamRegistrationResponse()Information about the registered IAM resources or errors, if any.InstantlastModificationTime()The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).List<SdkField<?>>sdkFields()static Class<? extends GetRegisterAccountStatusResponse.Builder>serializableBuilderClass()TimestreamRegistrationResponsetimestreamRegistrationResponse()Information about the registered Amazon Timestream resources or errors, if any.GetRegisterAccountStatusResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.iotfleetwise.model.IoTFleetWiseResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
customerAccountId
public final String customerAccountId()
The unique ID of the Amazon Web Services account, provided at account creation.
- Returns:
- The unique ID of the Amazon Web Services account, provided at account creation.
-
accountStatus
public final RegistrationStatus accountStatus()
The status of registering your account and resources. The status can be one of:
-
REGISTRATION_SUCCESS- The Amazon Web Services resource is successfully registered. -
REGISTRATION_PENDING- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete. -
REGISTRATION_FAILURE- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
If the service returns an enum value that is not available in the current SDK version,
accountStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountStatusAsString().- Returns:
- The status of registering your account and resources. The status can be one of:
-
REGISTRATION_SUCCESS- The Amazon Web Services resource is successfully registered. -
REGISTRATION_PENDING- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete. -
REGISTRATION_FAILURE- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
-
- See Also:
RegistrationStatus
-
-
accountStatusAsString
public final String accountStatusAsString()
The status of registering your account and resources. The status can be one of:
-
REGISTRATION_SUCCESS- The Amazon Web Services resource is successfully registered. -
REGISTRATION_PENDING- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete. -
REGISTRATION_FAILURE- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
If the service returns an enum value that is not available in the current SDK version,
accountStatuswill returnRegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccountStatusAsString().- Returns:
- The status of registering your account and resources. The status can be one of:
-
REGISTRATION_SUCCESS- The Amazon Web Services resource is successfully registered. -
REGISTRATION_PENDING- Amazon Web Services IoT FleetWise is processing the registration request. This process takes approximately five minutes to complete. -
REGISTRATION_FAILURE- Amazon Web Services IoT FleetWise can't register the AWS resource. Try again later.
-
- See Also:
RegistrationStatus
-
-
timestreamRegistrationResponse
public final TimestreamRegistrationResponse timestreamRegistrationResponse()
Information about the registered Amazon Timestream resources or errors, if any.
- Returns:
- Information about the registered Amazon Timestream resources or errors, if any.
-
iamRegistrationResponse
public final IamRegistrationResponse iamRegistrationResponse()
Information about the registered IAM resources or errors, if any.
- Returns:
- Information about the registered IAM resources or errors, if any.
-
creationTime
public final Instant creationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
lastModificationTime
public final Instant lastModificationTime()
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Returns:
- The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
toBuilder
public GetRegisterAccountStatusResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetRegisterAccountStatusResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetRegisterAccountStatusResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-