@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
GetSchemaRequest |
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 schema belongs to.
|
String |
getName()
The name of the relation to retrieve the schema for.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
void |
setName(String name)
The name of the relation to retrieve the schema for.
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
GetSchemaRequest |
withName(String name)
The name of the relation to retrieve the schema for.
|
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 schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration
ID.public String getCollaborationIdentifier()
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
public GetSchemaRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration
ID.public void setName(String name)
The name of the relation to retrieve the schema for.
name
- The name of the relation to retrieve the schema for.public String getName()
The name of the relation to retrieve the schema for.
public GetSchemaRequest withName(String name)
The name of the relation to retrieve the schema for.
name
- The name of the relation to retrieve the schema for.public String toString()
toString
in class Object
Object.toString()
public GetSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()