@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateServiceRoleToAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateServiceRoleToAccountResult() |
Modifier and Type | Method and Description |
---|---|
AssociateServiceRoleToAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedAt()
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
Amazon Web Services Region.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
Amazon Web Services Region.
|
String |
toString()
Returns a string representation of this object.
|
AssociateServiceRoleToAccountResult |
withAssociatedAt(String associatedAt)
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
Amazon Web Services Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociatedAt(String associatedAt)
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
associatedAt
- The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in
this Amazon Web Services Region.public String getAssociatedAt()
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
public AssociateServiceRoleToAccountResult withAssociatedAt(String associatedAt)
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
associatedAt
- The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in
this Amazon Web Services Region.public String toString()
toString
in class Object
Object.toString()
public AssociateServiceRoleToAccountResult clone()