@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()
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this
Amazon Web Services Region.
|
String |
getRoleArn()
The ARN of the service role that is 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.
|
void |
setRoleArn(String roleArn)
The ARN of the service role that is 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.
|
GetServiceRoleForAccountResult |
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.
|
GetServiceRoleForAccountResult |
withRoleArn(String roleArn)
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this
Amazon Web Services Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetServiceRoleForAccountResult 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 void setRoleArn(String roleArn)
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
roleArn - The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in
this Amazon Web Services Region.public String getRoleArn()
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
public GetServiceRoleForAccountResult withRoleArn(String roleArn)
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
roleArn - The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in
this Amazon Web Services Region.public String toString()
toString in class ObjectObject.toString()public GetServiceRoleForAccountResult clone()