@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationSubscriptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeNotificationSubscriptionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationSubscriptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getLimit()
The maximum number of items to return with this call.
|
String |
getMarker()
The marker for the next set of results.
|
String |
getOrganizationId()
The ID of the organization.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The maximum number of items to return with this call.
|
void |
setMarker(String marker)
The marker for the next set of results.
|
void |
setOrganizationId(String organizationId)
The ID of the organization.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNotificationSubscriptionsRequest |
withLimit(Integer limit)
The maximum number of items to return with this call.
|
DescribeNotificationSubscriptionsRequest |
withMarker(String marker)
The marker for the next set of results.
|
DescribeNotificationSubscriptionsRequest |
withOrganizationId(String organizationId)
The ID of the organization.
|
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 DescribeNotificationSubscriptionsRequest()
public void setOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.public String getOrganizationId()
The ID of the organization.
public DescribeNotificationSubscriptionsRequest withOrganizationId(String organizationId)
The ID of the organization.
organizationId
- The ID of the organization.public void setMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public String getMarker()
The marker for the next set of results. (You received this marker from a previous call.)
public DescribeNotificationSubscriptionsRequest withMarker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker
- The marker for the next set of results. (You received this marker from a previous call.)public void setLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public Integer getLimit()
The maximum number of items to return with this call.
public DescribeNotificationSubscriptionsRequest withLimit(Integer limit)
The maximum number of items to return with this call.
limit
- The maximum number of items to return with this call.public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationSubscriptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.