@Generated(value="software.amazon.awssdk:codegen") public final class GetDistributionsRequest extends LightsailRequest implements ToCopyableBuilder<GetDistributionsRequest.Builder,GetDistributionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDistributionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDistributionsRequest.Builder |
builder() |
String |
distributionName()
The name of the distribution for which to return information.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pageToken()
The token to advance to the next page of results from your request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDistributionsRequest.Builder> |
serializableBuilderClass() |
GetDistributionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String distributionName()
The name of the distribution for which to return information.
Use the GetDistributions action to get a list of distribution names that you can specify.
When omitted, the response includes all of your distributions in the AWS Region where the request is made.
Use the GetDistributions action to get a list of distribution names that you can specify.
When omitted, the response includes all of your distributions in the AWS Region where the request is made.
public final String pageToken()
The token to advance to the next page of results from your request.
To get a page token, perform an initial GetDistributions request. If your results are paginated, the
response will return a next page token that you can specify as the page token in a subsequent request.
To get a page token, perform an initial GetDistributions request. If your results are
paginated, the response will return a next page token that you can specify as the page token in a
subsequent request.
public GetDistributionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDistributionsRequest.Builder,GetDistributionsRequest>toBuilder in class LightsailRequestpublic static GetDistributionsRequest.Builder builder()
public static Class<? extends GetDistributionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.