@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaByDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSchemaByDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
GetSchemaByDefinitionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSchemaDefinition()
The definition of the schema for which schema details are required.
|
SchemaId |
getSchemaId()
This is a wrapper structure to contain schema identity fields.
|
int |
hashCode() |
void |
setSchemaDefinition(String schemaDefinition)
The definition of the schema for which schema details are required.
|
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaByDefinitionRequest |
withSchemaDefinition(String schemaDefinition)
The definition of the schema for which schema details are required.
|
GetSchemaByDefinitionRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
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 setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has to be
provided.
schemaId
- This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has
to be provided.
public SchemaId getSchemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has to be
provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has
to be provided.
public GetSchemaByDefinitionRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has to be
provided.
schemaId
- This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of SchemaArn
or
SchemaName
has to be provided.
SchemaId$SchemaName: The name of the schema. One of SchemaArn
or SchemaName
has
to be provided.
public void setSchemaDefinition(String schemaDefinition)
The definition of the schema for which schema details are required.
schemaDefinition
- The definition of the schema for which schema details are required.public String getSchemaDefinition()
The definition of the schema for which schema details are required.
public GetSchemaByDefinitionRequest withSchemaDefinition(String schemaDefinition)
The definition of the schema for which schema details are required.
schemaDefinition
- The definition of the schema for which schema details are required.public String toString()
toString
in class Object
Object.toString()
public GetSchemaByDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()