ToCopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>
@Generated("software.amazon.awssdk:codegen") public class GetInstanceProfileResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>
Contains the response to a successful GetInstanceProfile request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetInstanceProfileResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetInstanceProfileResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
InstanceProfile |
instanceProfile() |
A structure containing details about the instance profile.
|
static Class<? extends GetInstanceProfileResponse.Builder> |
serializableBuilderClass() |
|
GetInstanceProfileResponse.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 InstanceProfile instanceProfile()
A structure containing details about the instance profile.
public GetInstanceProfileResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>
public static GetInstanceProfileResponse.Builder builder()
public static Class<? extends GetInstanceProfileResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.