@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetFlowAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetFlowAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetFlowAssociationRequest |
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.
|
List<String> |
getResourceIds()
A list of resource identifiers to retrieve flow associations.
|
String |
getResourceType()
The type of resource association.
|
int |
hashCode() |
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setResourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
|
void |
setResourceType(String resourceType)
The type of resource association.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetFlowAssociationRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
BatchGetFlowAssociationRequest |
withResourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest |
withResourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
|
BatchGetFlowAssociationRequest |
withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
|
BatchGetFlowAssociationRequest |
withResourceType(String resourceType)
The type of resource association.
|
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, withSdkRequestTimeoutpublic 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 BatchGetFlowAssociationRequest 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 List<String> getResourceIds()
A list of resource identifiers to retrieve flow associations.
public void setResourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
resourceIds - A list of resource identifiers to retrieve flow associations.public BatchGetFlowAssociationRequest withResourceIds(String... resourceIds)
A list of resource identifiers to retrieve flow associations.
NOTE: This method appends the values to the existing list (if any). Use
setResourceIds(java.util.Collection) or withResourceIds(java.util.Collection) if you want to
override the existing values.
resourceIds - A list of resource identifiers to retrieve flow associations.public BatchGetFlowAssociationRequest withResourceIds(Collection<String> resourceIds)
A list of resource identifiers to retrieve flow associations.
resourceIds - A list of resource identifiers to retrieve flow associations.public void setResourceType(String resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic String getResourceType()
The type of resource association.
ListFlowAssociationResourceTypepublic BatchGetFlowAssociationRequest withResourceType(String resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic BatchGetFlowAssociationRequest withResourceType(ListFlowAssociationResourceType resourceType)
The type of resource association.
resourceType - The type of resource association.ListFlowAssociationResourceTypepublic String toString()
toString in class ObjectObject.toString()public BatchGetFlowAssociationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()