@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIntegrationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIntegrationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetIntegrationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getMaxResults()
The maximum number of elements to be returned for this resource.
|
String |
getNextToken()
The next page of elements from this collection.
|
int |
hashCode() |
void |
setApiId(String apiId)
The API identifier.
|
void |
setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
void |
setNextToken(String nextToken)
The next page of elements from this collection.
|
String |
toString()
Returns a string representation of this object.
|
GetIntegrationsRequest |
withApiId(String apiId)
The API identifier.
|
GetIntegrationsRequest |
withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetIntegrationsRequest |
withNextToken(String nextToken)
The next page of elements from this collection.
|
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 setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public GetIntegrationsRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public String getMaxResults()
The maximum number of elements to be returned for this resource.
public GetIntegrationsRequest withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
maxResults
- The maximum number of elements to be returned for this resource.public void setNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String getNextToken()
The next page of elements from this collection. Not valid for the last element of the collection.
public GetIntegrationsRequest withNextToken(String nextToken)
The next page of elements from this collection. Not valid for the last element of the collection.
nextToken
- The next page of elements from this collection. Not valid for the last element of the collection.public String toString()
toString
in class Object
Object.toString()
public GetIntegrationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()