@Generated(value="software.amazon.awssdk:codegen") public final class GetServiceRoleForAccountResponse extends GreengrassV2Response implements ToCopyableBuilder<GetServiceRoleForAccountResponse.Builder,GetServiceRoleForAccountResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetServiceRoleForAccountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static GetServiceRoleForAccountResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetServiceRoleForAccountResponse.Builder> |
serializableBuilderClass() |
GetServiceRoleForAccountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
public GetServiceRoleForAccountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetServiceRoleForAccountResponse.Builder,GetServiceRoleForAccountResponse>toBuilder in class AwsResponsepublic static GetServiceRoleForAccountResponse.Builder builder()
public static Class<? extends GetServiceRoleForAccountResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.