Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetUserRequest.Builder,GetUserRequest>
@Generated("software.amazon.awssdk:codegen") public class GetUserRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetUserRequest.Builder,GetUserRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUserRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetUserRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetUserRequest.Builder> |
serializableBuilderClass() |
|
GetUserRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the user to get information about.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String userName()
The name of the user to get information about.
This parameter is optional. If it is not included, it defaults to the user making the request. 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 is optional. If it is not included, it defaults to the user making the request. 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 GetUserRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUserRequest.Builder,GetUserRequest>
public static GetUserRequest.Builder builder()
public static Class<? extends GetUserRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.