@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDistributionsByKeyGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDistributionsByKeyGroupRequest() |
Modifier and Type | Method and Description |
---|---|
ListDistributionsByKeyGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKeyGroupId()
The ID of the key group whose associated distribution IDs you are listing.
|
String |
getMarker()
Use this field when paginating results to indicate where to begin in your list of distribution IDs.
|
String |
getMaxItems()
The maximum number of distribution IDs that you want in the response.
|
int |
hashCode() |
void |
setKeyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
|
void |
setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs.
|
void |
setMaxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListDistributionsByKeyGroupRequest |
withKeyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
|
ListDistributionsByKeyGroupRequest |
withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs.
|
ListDistributionsByKeyGroupRequest |
withMaxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response
includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this
field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of distribution IDs. The
response includes distribution IDs in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker
from the current page's response.public String getMarker()
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response
includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this
field's value to the value of NextMarker
from the current page's response.
NextMarker
from the current page's response.public ListDistributionsByKeyGroupRequest withMarker(String marker)
Use this field when paginating results to indicate where to begin in your list of distribution IDs. The response
includes distribution IDs in the list that occur after the marker. To get the next page of the list, set this
field's value to the value of NextMarker
from the current page's response.
marker
- Use this field when paginating results to indicate where to begin in your list of distribution IDs. The
response includes distribution IDs in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker
from the current page's response.public void setMaxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
maxItems
- The maximum number of distribution IDs that you want in the response.public String getMaxItems()
The maximum number of distribution IDs that you want in the response.
public ListDistributionsByKeyGroupRequest withMaxItems(String maxItems)
The maximum number of distribution IDs that you want in the response.
maxItems
- The maximum number of distribution IDs that you want in the response.public void setKeyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
keyGroupId
- The ID of the key group whose associated distribution IDs you are listing.public String getKeyGroupId()
The ID of the key group whose associated distribution IDs you are listing.
public ListDistributionsByKeyGroupRequest withKeyGroupId(String keyGroupId)
The ID of the key group whose associated distribution IDs you are listing.
keyGroupId
- The ID of the key group whose associated distribution IDs you are listing.public String toString()
toString
in class Object
Object.toString()
public ListDistributionsByKeyGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()