@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
RegisterAccountResult() |
Modifier and Type | Method and Description |
---|---|
RegisterAccountResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
IamResources |
getIamResources()
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
Date |
getLastModificationTime()
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
String |
getRegisterAccountStatus()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
TimestreamResources |
getTimestreamResources() |
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setIamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
void |
setLastModificationTime(Date lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
void |
setRegisterAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
void |
setTimestreamResources(TimestreamResources timestreamResources) |
String |
toString()
Returns a string representation of this object.
|
RegisterAccountResult |
withCreationTime(Date creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
RegisterAccountResult |
withIamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
|
RegisterAccountResult |
withLastModificationTime(Date lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
RegisterAccountResult |
withRegisterAccountStatus(RegistrationStatus registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
RegisterAccountResult |
withRegisterAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
|
RegisterAccountResult |
withTimestreamResources(TimestreamResources timestreamResources) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRegisterAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
registerAccountStatus
- The status of registering your Amazon Web Services account, IAM role, and Timestream resources.RegistrationStatus
public String getRegisterAccountStatus()
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
RegistrationStatus
public RegisterAccountResult withRegisterAccountStatus(String registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
registerAccountStatus
- The status of registering your Amazon Web Services account, IAM role, and Timestream resources.RegistrationStatus
public RegisterAccountResult withRegisterAccountStatus(RegistrationStatus registerAccountStatus)
The status of registering your Amazon Web Services account, IAM role, and Timestream resources.
registerAccountStatus
- The status of registering your Amazon Web Services account, IAM role, and Timestream resources.RegistrationStatus
public void setTimestreamResources(TimestreamResources timestreamResources)
timestreamResources
- public TimestreamResources getTimestreamResources()
public RegisterAccountResult withTimestreamResources(TimestreamResources timestreamResources)
timestreamResources
- public void setIamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iamResources
- The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon
Timestream.public IamResources getIamResources()
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
public RegisterAccountResult withIamResources(IamResources iamResources)
The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon Timestream.
iamResources
- The registered IAM resource that allows Amazon Web Services IoT FleetWise to send data to Amazon
Timestream.public void setCreationTime(Date creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).public Date getCreationTime()
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
public RegisterAccountResult withCreationTime(Date creationTime)
The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime
- The time the account was registered, in seconds since epoch (January 1, 1970 at midnight UTC time).public void setLastModificationTime(Date lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC
time).public Date getLastModificationTime()
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
public RegisterAccountResult withLastModificationTime(Date lastModificationTime)
The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime
- The time this registration was last updated, in seconds since epoch (January 1, 1970 at midnight UTC
time).public String toString()
toString
in class Object
Object.toString()
public RegisterAccountResult clone()