@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAccessLogSubscriptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAccessLogSubscriptionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAccessLogSubscriptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A pagination token for the next page of results.
|
String |
getResourceIdentifier()
The ID or Amazon Resource Name (ARN) of the service network or service.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A pagination token for the next page of results.
|
void |
setResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
|
String |
toString()
Returns a string representation of this object.
|
ListAccessLogSubscriptionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListAccessLogSubscriptionsRequest |
withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListAccessLogSubscriptionsRequest |
withResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.public Integer getMaxResults()
The maximum number of results to return.
public ListAccessLogSubscriptionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
maxResults
- The maximum number of results to return.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 ListAccessLogSubscriptionsRequest withNextToken(String nextToken)
A pagination token for the next page of results.
nextToken
- A pagination token for the next page of results.public void setResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
resourceIdentifier
- The ID or Amazon Resource Name (ARN) of the service network or service.public String getResourceIdentifier()
The ID or Amazon Resource Name (ARN) of the service network or service.
public ListAccessLogSubscriptionsRequest withResourceIdentifier(String resourceIdentifier)
The ID or Amazon Resource Name (ARN) of the service network or service.
resourceIdentifier
- The ID or Amazon Resource Name (ARN) of the service network or service.public String toString()
toString
in class Object
Object.toString()
public ListAccessLogSubscriptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()