@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionList extends Object implements Serializable, Cloneable
A list of CloudFront functions.
Constructor and Description |
---|
FunctionList() |
Modifier and Type | Method and Description |
---|---|
FunctionList |
clone() |
boolean |
equals(Object obj) |
List<FunctionSummary> |
getItems()
Contains the functions in the list.
|
Integer |
getMaxItems()
The maximum number of functions requested.
|
String |
getNextMarker()
If there are more items in the list than are in this response, this element is present.
|
Integer |
getQuantity()
The number of functions returned in the response.
|
int |
hashCode() |
void |
setItems(Collection<FunctionSummary> items)
Contains the functions in the list.
|
void |
setMaxItems(Integer maxItems)
The maximum number of functions requested.
|
void |
setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
void |
setQuantity(Integer quantity)
The number of functions returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
FunctionList |
withItems(Collection<FunctionSummary> items)
Contains the functions in the list.
|
FunctionList |
withItems(FunctionSummary... items)
Contains the functions in the list.
|
FunctionList |
withMaxItems(Integer maxItems)
The maximum number of functions requested.
|
FunctionList |
withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
FunctionList |
withQuantity(Integer quantity)
The number of functions returned in the response.
|
public void setNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing functions where
you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
functions where you left off.public String getNextMarker()
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing functions where
you left off.
Marker
field of a subsequent request to continue listing
functions where you left off.public FunctionList withNextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker
field of a subsequent request to continue listing functions where
you left off.
nextMarker
- If there are more items in the list than are in this response, this element is present. It contains the
value that you should use in the Marker
field of a subsequent request to continue listing
functions where you left off.public void setMaxItems(Integer maxItems)
The maximum number of functions requested.
maxItems
- The maximum number of functions requested.public Integer getMaxItems()
The maximum number of functions requested.
public FunctionList withMaxItems(Integer maxItems)
The maximum number of functions requested.
maxItems
- The maximum number of functions requested.public void setQuantity(Integer quantity)
The number of functions returned in the response.
quantity
- The number of functions returned in the response.public Integer getQuantity()
The number of functions returned in the response.
public FunctionList withQuantity(Integer quantity)
The number of functions returned in the response.
quantity
- The number of functions returned in the response.public List<FunctionSummary> getItems()
Contains the functions in the list.
public void setItems(Collection<FunctionSummary> items)
Contains the functions in the list.
items
- Contains the functions in the list.public FunctionList withItems(FunctionSummary... items)
Contains the functions in the list.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- Contains the functions in the list.public FunctionList withItems(Collection<FunctionSummary> items)
Contains the functions in the list.
items
- Contains the functions in the list.public String toString()
toString
in class Object
Object.toString()
public FunctionList clone()