@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 the account.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
The time when the service role was associated with the account.
|
String |
toString()
Returns a string representation of this object.
|
AssociateServiceRoleToAccountResult |
withAssociatedAt(String associatedAt)
The time when the service role was associated with the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociatedAt(String associatedAt)
associatedAt - The time when the service role was associated with the account.public String getAssociatedAt()
public AssociateServiceRoleToAccountResult withAssociatedAt(String associatedAt)
associatedAt - The time when the service role was associated with the account.public String toString()
toString in class ObjectObject.toString()public AssociateServiceRoleToAccountResult clone()