Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
@Generated("software.amazon.awssdk:codegen") public class GetAuthorizationTokenRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAuthorizationTokenRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetAuthorizationTokenRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
registryIds() |
A list of AWS account IDs that are associated with the registries for which to get authorization tokens.
|
static Class<? extends GetAuthorizationTokenRequest.Builder> |
serializableBuilderClass() |
|
GetAuthorizationTokenRequest.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 List<String> registryIds()
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
public GetAuthorizationTokenRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAuthorizationTokenRequest.Builder,GetAuthorizationTokenRequest>
public static GetAuthorizationTokenRequest.Builder builder()
public static Class<? extends GetAuthorizationTokenRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.