@Generated(value="software.amazon.awssdk:codegen") public final class GetRegisterAccountStatusResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetRegisterAccountStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
RegistrationStatus |
accountStatus()
The status of registering your account and resources.
|
String |
accountStatusAsString()
The status of registering your account and resources.
|
static GetRegisterAccountStatusResponse.Builder |
builder() |
Instant |
creationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
customerAccountId()
The unique ID of the Amazon Web Services account, provided at account creation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IamRegistrationResponse |
iamRegistrationResponse()
Information about the registered IAM resources or errors, if any.
|
Instant |
lastModificationTime()
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() |
TimestreamRegistrationResponse |
timestreamRegistrationResponse()
Information about the registered Amazon Timestream resources or errors, if any.
|
GetRegisterAccountStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String customerAccountId()
The unique ID of the Amazon Web Services account, provided at account creation.
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, accountStatus
will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from accountStatusAsString().
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.
RegistrationStatuspublic 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, accountStatus
will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from accountStatusAsString().
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.
RegistrationStatuspublic final TimestreamRegistrationResponse timestreamRegistrationResponse()
Information about the registered Amazon Timestream resources or errors, if any.
public final IamRegistrationResponse iamRegistrationResponse()
Information about the registered IAM resources or errors, if any.
public final Instant creationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
public final Instant lastModificationTime()
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
public GetRegisterAccountStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetRegisterAccountStatusResponse.Builder,GetRegisterAccountStatusResponse>toBuilder in class AwsResponsepublic static GetRegisterAccountStatusResponse.Builder builder()
public static Class<? extends GetRegisterAccountStatusResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.