ToCopyableBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
@Generated("software.amazon.awssdk:codegen") public class GetAssociatedRoleResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAssociatedRoleResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
associatedAt() |
Time when the role was associated for the group.
|
static GetAssociatedRoleResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
roleArn() |
Arn of the role that is associated with the group.
|
static Class<? extends GetAssociatedRoleResponse.Builder> |
serializableBuilderClass() |
|
GetAssociatedRoleResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String associatedAt()
public String roleArn()
public GetAssociatedRoleResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAssociatedRoleResponse.Builder,GetAssociatedRoleResponse>
public static GetAssociatedRoleResponse.Builder builder()
public static Class<? extends GetAssociatedRoleResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.