@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceRoleForAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetServiceRoleForAccountResult() |
Modifier and Type | Method and Description |
---|---|
GetServiceRoleForAccountResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociatedAt()
Time when the service role was associated to the account.
|
String |
getRoleArn()
Role arn which is associated to the account.
|
int |
hashCode() |
void |
setAssociatedAt(String associatedAt)
Time when the service role was associated to the account.
|
void |
setRoleArn(String roleArn)
Role arn which is associated to the account.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetServiceRoleForAccountResult |
withAssociatedAt(String associatedAt)
Time when the service role was associated to the account.
|
GetServiceRoleForAccountResult |
withRoleArn(String roleArn)
Role arn which is 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 GetServiceRoleForAccountResult withAssociatedAt(String associatedAt)
associatedAt
- Time when the service role was associated to the account.public void setRoleArn(String roleArn)
roleArn
- Role arn which is associated to the account.public String getRoleArn()
public GetServiceRoleForAccountResult withRoleArn(String roleArn)
roleArn
- Role arn which is associated to the account.public String toString()
toString
in class Object
Object.toString()
public GetServiceRoleForAccountResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.