@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDistributionConfigurationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDistributionConfigurationsResult() |
Modifier and Type | Method and Description |
---|---|
ListDistributionConfigurationsResult |
clone() |
boolean |
equals(Object obj) |
List<DistributionConfigurationSummary> |
getDistributionConfigurationSummaryList()
The list of distributions.
|
String |
getNextToken()
The next token used for paginated responses.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
int |
hashCode() |
void |
setDistributionConfigurationSummaryList(Collection<DistributionConfigurationSummary> distributionConfigurationSummaryList)
The list of distributions.
|
void |
setNextToken(String nextToken)
The next token used for paginated responses.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
String |
toString()
Returns a string representation of this object.
|
ListDistributionConfigurationsResult |
withDistributionConfigurationSummaryList(Collection<DistributionConfigurationSummary> distributionConfigurationSummaryList)
The list of distributions.
|
ListDistributionConfigurationsResult |
withDistributionConfigurationSummaryList(DistributionConfigurationSummary... distributionConfigurationSummaryList)
The list of distributions.
|
ListDistributionConfigurationsResult |
withNextToken(String nextToken)
The next token used for paginated responses.
|
ListDistributionConfigurationsResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListDistributionConfigurationsResult()
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public ListDistributionConfigurationsResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public List<DistributionConfigurationSummary> getDistributionConfigurationSummaryList()
The list of distributions.
public void setDistributionConfigurationSummaryList(Collection<DistributionConfigurationSummary> distributionConfigurationSummaryList)
The list of distributions.
distributionConfigurationSummaryList
- The list of distributions.public ListDistributionConfigurationsResult withDistributionConfigurationSummaryList(DistributionConfigurationSummary... distributionConfigurationSummaryList)
The list of distributions.
NOTE: This method appends the values to the existing list (if any). Use
setDistributionConfigurationSummaryList(java.util.Collection)
or
withDistributionConfigurationSummaryList(java.util.Collection)
if you want to override the existing
values.
distributionConfigurationSummaryList
- The list of distributions.public ListDistributionConfigurationsResult withDistributionConfigurationSummaryList(Collection<DistributionConfigurationSummary> distributionConfigurationSummaryList)
The list of distributions.
distributionConfigurationSummaryList
- The list of distributions.public void setNextToken(String nextToken)
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this is not empty, there are additional elements that
the service has not included in this request. Use this token with the next request to retrieve additional
objects.public String getNextToken()
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
public ListDistributionConfigurationsResult withNextToken(String nextToken)
The next token used for paginated responses. When this is not empty, there are additional elements that the service has not included in this request. Use this token with the next request to retrieve additional objects.
nextToken
- The next token used for paginated responses. When this is not empty, there are additional elements that
the service has not included in this request. Use this token with the next request to retrieve additional
objects.public String toString()
toString
in class Object
Object.toString()
public ListDistributionConfigurationsResult clone()