@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAgreementTermsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAgreementTermsRequest() |
Modifier and Type | Method and Description |
---|---|
GetAgreementTermsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAgreementId()
The unique identifier of the agreement.
|
Integer |
getMaxResults()
The maximum number of agreements to return in the response.
|
String |
getNextToken()
A token to specify where to start pagination
|
int |
hashCode() |
void |
setAgreementId(String agreementId)
The unique identifier of the agreement.
|
void |
setMaxResults(Integer maxResults)
The maximum number of agreements to return in the response.
|
void |
setNextToken(String nextToken)
A token to specify where to start pagination
|
String |
toString()
Returns a string representation of this object.
|
GetAgreementTermsRequest |
withAgreementId(String agreementId)
The unique identifier of the agreement.
|
GetAgreementTermsRequest |
withMaxResults(Integer maxResults)
The maximum number of agreements to return in the response.
|
GetAgreementTermsRequest |
withNextToken(String nextToken)
A token to specify where to start pagination
|
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 setAgreementId(String agreementId)
The unique identifier of the agreement.
agreementId
- The unique identifier of the agreement.public String getAgreementId()
The unique identifier of the agreement.
public GetAgreementTermsRequest withAgreementId(String agreementId)
The unique identifier of the agreement.
agreementId
- The unique identifier of the agreement.public void setMaxResults(Integer maxResults)
The maximum number of agreements to return in the response.
maxResults
- The maximum number of agreements to return in the response.public Integer getMaxResults()
The maximum number of agreements to return in the response.
public GetAgreementTermsRequest withMaxResults(Integer maxResults)
The maximum number of agreements to return in the response.
maxResults
- The maximum number of agreements to return in the response.public void setNextToken(String nextToken)
A token to specify where to start pagination
nextToken
- A token to specify where to start paginationpublic String getNextToken()
A token to specify where to start pagination
public GetAgreementTermsRequest withNextToken(String nextToken)
A token to specify where to start pagination
nextToken
- A token to specify where to start paginationpublic String toString()
toString
in class Object
Object.toString()
public GetAgreementTermsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()