@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSchemaAnalysisRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSchemaAnalysisRuleRequest() |
Modifier and Type | Method and Description |
---|---|
GetSchemaAnalysisRuleRequest |
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 schema to retrieve the analysis rule for.
|
String |
getType()
The type of the schema analysis rule to retrieve.
|
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 schema to retrieve the analysis rule for.
|
void |
setType(String type)
The type of the schema analysis rule to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetSchemaAnalysisRuleRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
GetSchemaAnalysisRuleRequest |
withName(String name)
The name of the schema to retrieve the analysis rule for.
|
GetSchemaAnalysisRuleRequest |
withType(AnalysisRuleType type)
The type of the schema analysis rule to retrieve.
|
GetSchemaAnalysisRuleRequest |
withType(String type)
The type of the schema analysis rule 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 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 GetSchemaAnalysisRuleRequest 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 schema to retrieve the analysis rule for.
name
- The name of the schema to retrieve the analysis rule for.public String getName()
The name of the schema to retrieve the analysis rule for.
public GetSchemaAnalysisRuleRequest withName(String name)
The name of the schema to retrieve the analysis rule for.
name
- The name of the schema to retrieve the analysis rule for.public void setType(String type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
type
- The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a
combination of the collaboration, the schema name, and their type.AnalysisRuleType
public String getType()
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
AnalysisRuleType
public GetSchemaAnalysisRuleRequest withType(String type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
type
- The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a
combination of the collaboration, the schema name, and their type.AnalysisRuleType
public GetSchemaAnalysisRuleRequest withType(AnalysisRuleType type)
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
type
- The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a
combination of the collaboration, the schema name, and their type.AnalysisRuleType
public String toString()
toString
in class Object
Object.toString()
public GetSchemaAnalysisRuleRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()