@Generated(value="software.amazon.awssdk:codegen") public final class RegisterAccountResponse extends IoTFleetWiseResponse implements ToCopyableBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RegisterAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegisterAccountResponse.Builder |
builder() |
Instant |
creationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IamResources |
iamResources()
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
Instant |
lastModificationTime()
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
RegistrationStatus |
registerAccountStatus()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
String |
registerAccountStatusAsString()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RegisterAccountResponse.Builder> |
serializableBuilderClass() |
TimestreamResources |
timestreamResources()
Returns the value of the TimestreamResources property for this object.
|
RegisterAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RegistrationStatus registerAccountStatus()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
If the service returns an enum value that is not available in the current SDK version,
registerAccountStatus will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from registerAccountStatusAsString().
RegistrationStatuspublic final String registerAccountStatusAsString()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
If the service returns an enum value that is not available in the current SDK version,
registerAccountStatus will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from registerAccountStatusAsString().
RegistrationStatuspublic final TimestreamResources timestreamResources()
public final IamResources iamResources()
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
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 RegisterAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RegisterAccountResponse.Builder,RegisterAccountResponse>toBuilder in class AwsResponsepublic static RegisterAccountResponse.Builder builder()
public static Class<? extends RegisterAccountResponse.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.