Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListServiceSpecificCredentialsRequest.Builder,ListServiceSpecificCredentialsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListServiceSpecificCredentialsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListServiceSpecificCredentialsRequest.Builder,ListServiceSpecificCredentialsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListServiceSpecificCredentialsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListServiceSpecificCredentialsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ListServiceSpecificCredentialsRequest.Builder> |
serializableBuilderClass() |
|
String |
serviceName() |
Filters the returned results to only those for the specified AWS service.
|
ListServiceSpecificCredentialsRequest.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 whose service-specific credentials you want 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 whose service-specific credentials you want information about. If this value is not specified then the operation assumes the user whose credentials are used to call the operation.
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 serviceName()
Filters the returned results to only those for the specified AWS service. If not specified, then AWS returns service-specific credentials for all services.
public ListServiceSpecificCredentialsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListServiceSpecificCredentialsRequest.Builder,ListServiceSpecificCredentialsRequest>
public static ListServiceSpecificCredentialsRequest.Builder builder()
public static Class<? extends ListServiceSpecificCredentialsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.