Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetUserPolicyRequest.Builder,GetUserPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetUserPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetUserPolicyRequest.Builder,GetUserPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetUserPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetUserPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyName() |
The name of the policy document to get.
|
static Class<? extends GetUserPolicyRequest.Builder> |
serializableBuilderClass() |
|
GetUserPolicyRequest.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 who the policy is associated with.
|
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 who the policy is associated with.
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 String policyName()
The name of the policy document to get.
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 GetUserPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetUserPolicyRequest.Builder,GetUserPolicyRequest>
public static GetUserPolicyRequest.Builder builder()
public static Class<? extends GetUserPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.