Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudfront.model
Class ListCloudFrontOriginAccessIdentitiesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.cloudfront.model.ListCloudFrontOriginAccessIdentitiesRequest
All Implemented Interfaces:
Serializable

public class ListCloudFrontOriginAccessIdentitiesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the ListCloudFrontOriginAccessIdentities operation.

List origin access identities.

See Also:
AmazonCloudFront.listCloudFrontOriginAccessIdentities(ListCloudFrontOriginAccessIdentitiesRequest), Serialized Form

Constructor Summary
ListCloudFrontOriginAccessIdentitiesRequest()
          Default constructor for a new ListCloudFrontOriginAccessIdentitiesRequest object.
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          Use this when paginating results to indicate where to begin in your list of origin access identities.
 String getMaxItems()
          The maximum number of origin access identities you want in the response body.
 int hashCode()
           
 void setMarker(String marker)
          Use this when paginating results to indicate where to begin in your list of origin access identities.
 void setMaxItems(String maxItems)
          The maximum number of origin access identities you want in the response body.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListCloudFrontOriginAccessIdentitiesRequest withMarker(String marker)
          Use this when paginating results to indicate where to begin in your list of origin access identities.
 ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(String maxItems)
          The maximum number of origin access identities you want in the response body.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListCloudFrontOriginAccessIdentitiesRequest

public ListCloudFrontOriginAccessIdentitiesRequest()
Default constructor for a new ListCloudFrontOriginAccessIdentitiesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getMarker

public String getMarker()
Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

Returns:
Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

setMarker

public void setMarker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

Parameters:
marker - Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

withMarker

public ListCloudFrontOriginAccessIdentitiesRequest withMarker(String marker)
Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - Use this when paginating results to indicate where to begin in your list of origin access identities. The results include identities in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last identity on that page).
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxItems

public String getMaxItems()
The maximum number of origin access identities you want in the response body.

Returns:
The maximum number of origin access identities you want in the response body.

setMaxItems

public void setMaxItems(String maxItems)
The maximum number of origin access identities you want in the response body.

Parameters:
maxItems - The maximum number of origin access identities you want in the response body.

withMaxItems

public ListCloudFrontOriginAccessIdentitiesRequest withMaxItems(String maxItems)
The maximum number of origin access identities you want in the response body.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxItems - The maximum number of origin access identities you want in the response body.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.