Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>
@Generated("software.amazon.awssdk:codegen") public class GetInstanceProfileRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetInstanceProfileRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetInstanceProfileRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceProfileName() |
The name of the instance profile to get information about.
|
static Class<? extends GetInstanceProfileRequest.Builder> |
serializableBuilderClass() |
|
GetInstanceProfileRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String instanceProfileName()
The name of the instance profile to get information about.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
public GetInstanceProfileRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>
public static GetInstanceProfileRequest.Builder builder()
public static Class<? extends GetInstanceProfileRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.