@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessLogSubscriptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAccessLogSubscriptionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAccessLogSubscriptionsResult |
clone() |
boolean |
equals(Object obj) |
List<AccessLogSubscriptionSummary> |
getItems()
Information about the access log subscriptions.
|
String |
getNextToken()
A pagination token for the next page of results.
|
int |
hashCode() |
void |
setItems(Collection<AccessLogSubscriptionSummary> items)
Information about the access log subscriptions.
|
void |
setNextToken(String nextToken)
A pagination token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessLogSubscriptionsResult |
withItems(AccessLogSubscriptionSummary... items)
Information about the access log subscriptions.
|
ListAccessLogSubscriptionsResult |
withItems(Collection<AccessLogSubscriptionSummary> items)
Information about the access log subscriptions.
|
ListAccessLogSubscriptionsResult |
withNextToken(String nextToken)
A pagination token for the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccessLogSubscriptionSummary> getItems()
Information about the access log subscriptions.
public void setItems(Collection<AccessLogSubscriptionSummary> items)
Information about the access log subscriptions.
items - Information about the access log subscriptions.public ListAccessLogSubscriptionsResult withItems(AccessLogSubscriptionSummary... items)
Information about the access log subscriptions.
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 - Information about the access log subscriptions.public ListAccessLogSubscriptionsResult withItems(Collection<AccessLogSubscriptionSummary> items)
Information about the access log subscriptions.
items - Information about the access log subscriptions.public void setNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public String getNextToken()
A pagination token for the next page of results.
public ListAccessLogSubscriptionsResult withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken - A pagination token for the next page of results.public String toString()
toString in class ObjectObject.toString()public ListAccessLogSubscriptionsResult clone()