@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIntrospectionSchemaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetIntrospectionSchemaRequest() |
Modifier and Type | Method and Description |
---|---|
GetIntrospectionSchemaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API ID.
|
String |
getFormat()
The schema format: SDL or JSON.
|
Boolean |
getIncludeDirectives()
A flag that specifies whether the schema introspection should contain directives.
|
int |
hashCode() |
Boolean |
isIncludeDirectives()
A flag that specifies whether the schema introspection should contain directives.
|
void |
setApiId(String apiId)
The API ID.
|
void |
setFormat(String format)
The schema format: SDL or JSON.
|
void |
setIncludeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
|
String |
toString()
Returns a string representation of this object.
|
GetIntrospectionSchemaRequest |
withApiId(String apiId)
The API ID.
|
GetIntrospectionSchemaRequest |
withFormat(OutputType format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest |
withFormat(String format)
The schema format: SDL or JSON.
|
GetIntrospectionSchemaRequest |
withIncludeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
|
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 setApiId(String apiId)
The API ID.
apiId
- The API ID.public String getApiId()
The API ID.
public GetIntrospectionSchemaRequest withApiId(String apiId)
The API ID.
apiId
- The API ID.public void setFormat(String format)
The schema format: SDL or JSON.
format
- The schema format: SDL or JSON.OutputType
public String getFormat()
The schema format: SDL or JSON.
OutputType
public GetIntrospectionSchemaRequest withFormat(String format)
The schema format: SDL or JSON.
format
- The schema format: SDL or JSON.OutputType
public GetIntrospectionSchemaRequest withFormat(OutputType format)
The schema format: SDL or JSON.
format
- The schema format: SDL or JSON.OutputType
public void setIncludeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
includeDirectives
- A flag that specifies whether the schema introspection should contain directives.public Boolean getIncludeDirectives()
A flag that specifies whether the schema introspection should contain directives.
public GetIntrospectionSchemaRequest withIncludeDirectives(Boolean includeDirectives)
A flag that specifies whether the schema introspection should contain directives.
includeDirectives
- A flag that specifies whether the schema introspection should contain directives.public Boolean isIncludeDirectives()
A flag that specifies whether the schema introspection should contain directives.
public String toString()
toString
in class Object
Object.toString()
public GetIntrospectionSchemaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()