@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCampaignsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCampaignsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCampaignsRequest |
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 campaigns to return.
|
String |
getNextToken()
A token returned from the previous call to
ListCampaigns for getting the next set of campaigns (if
they exist). |
String |
getSolutionArn()
The Amazon Resource Name (ARN) of the solution to list the campaigns for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of campaigns to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListCampaigns for getting the next set of campaigns (if
they exist). |
void |
setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for.
|
String |
toString()
Returns a string representation of this object.
|
ListCampaignsRequest |
withMaxResults(Integer maxResults)
The maximum number of campaigns to return.
|
ListCampaignsRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListCampaigns for getting the next set of campaigns (if
they exist). |
ListCampaignsRequest |
withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for.
|
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 setSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
solutionArn
- The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not
specified, all the campaigns associated with the account are listed.public String getSolutionArn()
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
public ListCampaignsRequest withSolutionArn(String solutionArn)
The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not specified, all the campaigns associated with the account are listed.
solutionArn
- The Amazon Resource Name (ARN) of the solution to list the campaigns for. When a solution is not
specified, all the campaigns associated with the account are listed.public void setNextToken(String nextToken)
A token returned from the previous call to ListCampaigns
for getting the next set of campaigns (if
they exist).
nextToken
- A token returned from the previous call to ListCampaigns
for getting the next set of
campaigns (if they exist).public String getNextToken()
A token returned from the previous call to ListCampaigns
for getting the next set of campaigns (if
they exist).
ListCampaigns
for getting the next set of
campaigns (if they exist).public ListCampaignsRequest withNextToken(String nextToken)
A token returned from the previous call to ListCampaigns
for getting the next set of campaigns (if
they exist).
nextToken
- A token returned from the previous call to ListCampaigns
for getting the next set of
campaigns (if they exist).public void setMaxResults(Integer maxResults)
The maximum number of campaigns to return.
maxResults
- The maximum number of campaigns to return.public Integer getMaxResults()
The maximum number of campaigns to return.
public ListCampaignsRequest withMaxResults(Integer maxResults)
The maximum number of campaigns to return.
maxResults
- The maximum number of campaigns to return.public String toString()
toString
in class Object
Object.toString()
public ListCampaignsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.