public class ListInvalidationsRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListInvalidations operation.
List invalidation batches.
| コンストラクタと説明 |
|---|
ListInvalidationsRequest()
Default constructor for a new ListInvalidationsRequest object.
|
ListInvalidationsRequest(java.lang.String distributionId)
Constructs a new ListInvalidationsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDistributionId()
The distribution's id.
|
java.lang.String |
getMarker()
Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches.
|
java.lang.String |
getMaxItems()
The maximum number of invalidation batches you want in the response
body.
|
int |
hashCode() |
void |
setDistributionId(java.lang.String distributionId)
The distribution's id.
|
void |
setMarker(java.lang.String marker)
Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of invalidation batches you want in the response
body.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListInvalidationsRequest |
withDistributionId(java.lang.String distributionId)
The distribution's id.
|
ListInvalidationsRequest |
withMarker(java.lang.String marker)
Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches.
|
ListInvalidationsRequest |
withMaxItems(java.lang.String maxItems)
The maximum number of invalidation batches you want in the response
body.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic ListInvalidationsRequest()
public ListInvalidationsRequest(java.lang.String distributionId)
distributionId - The distribution's id.public java.lang.String getDistributionId()
public void setDistributionId(java.lang.String distributionId)
distributionId - The distribution's id.public ListInvalidationsRequest withDistributionId(java.lang.String distributionId)
Returns a reference to this object so that method calls can be chained together.
distributionId - The distribution's id.public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches. Because the results are returned
in decreasing order from most recent to oldest, the most recent
results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set the Marker to
the value of the NextMarker from the current page's response. This
value is the same as the ID of the last invalidation batch on that
page.public ListInvalidationsRequest withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - Use this parameter when paginating results to indicate where to begin
in your list of invalidation batches. Because the results are returned
in decreasing order from most recent to oldest, the most recent
results are on the first page, the second page will contain earlier
results, and so on. To get the next page of results, set the Marker to
the value of the NextMarker from the current page's response. This
value is the same as the ID of the last invalidation batch on that
page.public java.lang.String getMaxItems()
public void setMaxItems(java.lang.String maxItems)
maxItems - The maximum number of invalidation batches you want in the response
body.public ListInvalidationsRequest withMaxItems(java.lang.String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - The maximum number of invalidation batches you want in the response
body.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object