@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIntegrationAssociationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIntegrationAssociationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIntegrationAssociationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getIntegrationArn()
The Amazon Resource Name (ARN) of the integration.
|
String |
getIntegrationType()
The integration type.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setIntegrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the integration.
|
void |
setIntegrationType(String integrationType)
The integration type.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListIntegrationAssociationsRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListIntegrationAssociationsRequest |
withIntegrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the integration.
|
ListIntegrationAssociationsRequest |
withIntegrationType(IntegrationType integrationType)
The integration type.
|
ListIntegrationAssociationsRequest |
withIntegrationType(String integrationType)
The integration type.
|
ListIntegrationAssociationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListIntegrationAssociationsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
public ListIntegrationAssociationsRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.public void setIntegrationType(String integrationType)
The integration type.
integrationType
- The integration type.IntegrationType
public String getIntegrationType()
The integration type.
IntegrationType
public ListIntegrationAssociationsRequest withIntegrationType(String integrationType)
The integration type.
integrationType
- The integration type.IntegrationType
public ListIntegrationAssociationsRequest withIntegrationType(IntegrationType integrationType)
The integration type.
integrationType
- The integration type.IntegrationType
public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListIntegrationAssociationsRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListIntegrationAssociationsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public void setIntegrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the integration.
integrationArn
- The Amazon Resource Name (ARN) of the integration.public String getIntegrationArn()
The Amazon Resource Name (ARN) of the integration.
public ListIntegrationAssociationsRequest withIntegrationArn(String integrationArn)
The Amazon Resource Name (ARN) of the integration.
integrationArn
- The Amazon Resource Name (ARN) of the integration.public String toString()
toString
in class Object
Object.toString()
public ListIntegrationAssociationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()