@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()
Time when the service role was associated to the account.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
Time when the service role was associated to the account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateServiceRoleToAccountResult |
withAssociatedAt(String associatedAt)
Time when the service role was associated to the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssociatedAt(String associatedAt)
associatedAt
- Time when the service role was associated to the account.public String getAssociatedAt()
public AssociateServiceRoleToAccountResult withAssociatedAt(String associatedAt)
associatedAt
- Time when the service role was associated to the account.public String toString()
toString
in class Object
Object.toString()
public AssociateServiceRoleToAccountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.