@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetSchemaAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetSchemaAnalysisRuleRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetSchemaAnalysisRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
The unique identifier of the collaboration that contains the schema analysis rule.
|
List<SchemaAnalysisRuleRequest> |
getSchemaAnalysisRuleRequests()
The information that's necessary to retrieve a schema analysis rule.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the schema analysis rule.
|
void |
setSchemaAnalysisRuleRequests(Collection<SchemaAnalysisRuleRequest> schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetSchemaAnalysisRuleRequest |
withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the schema analysis rule.
|
BatchGetSchemaAnalysisRuleRequest |
withSchemaAnalysisRuleRequests(Collection<SchemaAnalysisRuleRequest> schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
|
BatchGetSchemaAnalysisRuleRequest |
withSchemaAnalysisRuleRequests(SchemaAnalysisRuleRequest... schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
|
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 setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the schema analysis rule.
collaborationIdentifier
- The unique identifier of the collaboration that contains the schema analysis rule.public String getCollaborationIdentifier()
The unique identifier of the collaboration that contains the schema analysis rule.
public BatchGetSchemaAnalysisRuleRequest withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier of the collaboration that contains the schema analysis rule.
collaborationIdentifier
- The unique identifier of the collaboration that contains the schema analysis rule.public List<SchemaAnalysisRuleRequest> getSchemaAnalysisRuleRequests()
The information that's necessary to retrieve a schema analysis rule.
public void setSchemaAnalysisRuleRequests(Collection<SchemaAnalysisRuleRequest> schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
schemaAnalysisRuleRequests
- The information that's necessary to retrieve a schema analysis rule.public BatchGetSchemaAnalysisRuleRequest withSchemaAnalysisRuleRequests(SchemaAnalysisRuleRequest... schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
NOTE: This method appends the values to the existing list (if any). Use
setSchemaAnalysisRuleRequests(java.util.Collection)
or
withSchemaAnalysisRuleRequests(java.util.Collection)
if you want to override the existing values.
schemaAnalysisRuleRequests
- The information that's necessary to retrieve a schema analysis rule.public BatchGetSchemaAnalysisRuleRequest withSchemaAnalysisRuleRequests(Collection<SchemaAnalysisRuleRequest> schemaAnalysisRuleRequests)
The information that's necessary to retrieve a schema analysis rule.
schemaAnalysisRuleRequests
- The information that's necessary to retrieve a schema analysis rule.public String toString()
toString
in class Object
Object.toString()
public BatchGetSchemaAnalysisRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()