@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetSchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
A unique identifier for the collaboration that the schemas belong to.
|
List<String> |
getNames()
The names for the schema objects to retrieve.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to.
|
void |
setNames(Collection<String> names)
The names for the schema objects to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetSchemaRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to.
|
BatchGetSchemaRequest |
withNames(Collection<String> names)
The names for the schema objects to retrieve.
|
BatchGetSchemaRequest |
withNames(String... names)
The names for the schema objects to retrieve.
|
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)
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.public String getCollaborationIdentifier()
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
public BatchGetSchemaRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schemas belong to. Currently accepts collaboration ID.public List<String> getNames()
The names for the schema objects to retrieve.
public void setNames(Collection<String> names)
The names for the schema objects to retrieve.
names
- The names for the schema objects to retrieve.public BatchGetSchemaRequest withNames(String... names)
The names for the schema objects to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection)
or withNames(java.util.Collection)
if you want to override the
existing values.
names
- The names for the schema objects to retrieve.public BatchGetSchemaRequest withNames(Collection<String> names)
The names for the schema objects to retrieve.
names
- The names for the schema objects to retrieve.public String toString()
toString
in class Object
Object.toString()
public BatchGetSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()