@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSipRulesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSipRulesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSipRulesRequest |
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 in a single call.
|
String |
getNextToken()
The token used to return the next page of results.
|
String |
getSipMediaApplicationId()
The SIP media application ID.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token used to return the next page of results.
|
void |
setSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
String |
toString()
Returns a string representation of this object.
|
ListSipRulesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListSipRulesRequest |
withNextToken(String nextToken)
The token used to return the next page of results.
|
ListSipRulesRequest |
withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
|
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 setSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
sipMediaApplicationId
- The SIP media application ID.public String getSipMediaApplicationId()
The SIP media application ID.
public ListSipRulesRequest withSipMediaApplicationId(String sipMediaApplicationId)
The SIP media application ID.
sipMediaApplicationId
- The SIP media application ID.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call. Defaults to 100.
maxResults
- The maximum number of results to return in a single call. Defaults to 100.public Integer getMaxResults()
The maximum number of results to return in a single call. Defaults to 100.
public ListSipRulesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call. Defaults to 100.
maxResults
- The maximum number of results to return in a single call. Defaults to 100.public void setNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String getNextToken()
The token used to return the next page of results.
public ListSipRulesRequest withNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListSipRulesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()