@Generated(value="software.amazon.awssdk:codegen") public class ReplaceIamInstanceProfileAssociationResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReplaceIamInstanceProfileAssociationResponse.Builder,ReplaceIamInstanceProfileAssociationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReplaceIamInstanceProfileAssociationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReplaceIamInstanceProfileAssociationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
IamInstanceProfileAssociation |
iamInstanceProfileAssociation()
Information about the IAM instance profile association.
|
static Class<? extends ReplaceIamInstanceProfileAssociationResponse.Builder> |
serializableBuilderClass() |
ReplaceIamInstanceProfileAssociationResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic IamInstanceProfileAssociation iamInstanceProfileAssociation()
Information about the IAM instance profile association.
public ReplaceIamInstanceProfileAssociationResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ReplaceIamInstanceProfileAssociationResponse.Builder,ReplaceIamInstanceProfileAssociationResponse>public static ReplaceIamInstanceProfileAssociationResponse.Builder builder()
public static Class<? extends ReplaceIamInstanceProfileAssociationResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.