@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSourceIntrospectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDataSourceIntrospectionRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataSourceIntrospectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeModelsSDL()
A boolean flag that determines whether SDL should be generated for introspected types or not.
|
String |
getIntrospectionId()
The introspection ID.
|
Integer |
getMaxResults()
The maximum number of introspected types that will be returned in a single response.
|
String |
getNextToken()
Determines the number of types to be returned in a single response before paginating.
|
int |
hashCode() |
Boolean |
isIncludeModelsSDL()
A boolean flag that determines whether SDL should be generated for introspected types or not.
|
void |
setIncludeModelsSDL(Boolean includeModelsSDL)
A boolean flag that determines whether SDL should be generated for introspected types or not.
|
void |
setIntrospectionId(String introspectionId)
The introspection ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of introspected types that will be returned in a single response.
|
void |
setNextToken(String nextToken)
Determines the number of types to be returned in a single response before paginating.
|
String |
toString()
Returns a string representation of this object.
|
GetDataSourceIntrospectionRequest |
withIncludeModelsSDL(Boolean includeModelsSDL)
A boolean flag that determines whether SDL should be generated for introspected types or not.
|
GetDataSourceIntrospectionRequest |
withIntrospectionId(String introspectionId)
The introspection ID.
|
GetDataSourceIntrospectionRequest |
withMaxResults(Integer maxResults)
The maximum number of introspected types that will be returned in a single response.
|
GetDataSourceIntrospectionRequest |
withNextToken(String nextToken)
Determines the number of types to be returned in a single response before paginating.
|
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 setIntrospectionId(String introspectionId)
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
introspectionId
- The introspection ID. Each introspection contains a unique ID that can be used to reference the
instrospection record.public String getIntrospectionId()
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
public GetDataSourceIntrospectionRequest withIntrospectionId(String introspectionId)
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
introspectionId
- The introspection ID. Each introspection contains a unique ID that can be used to reference the
instrospection record.public void setIncludeModelsSDL(Boolean includeModelsSDL)
A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that type. The
SDL only contains the type data and no additional metadata or directives.
includeModelsSDL
- A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that
type. The SDL only contains the type data and no additional metadata or directives.public Boolean getIncludeModelsSDL()
A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that type. The
SDL only contains the type data and no additional metadata or directives.
true
, each model will contain an sdl
property that contains the SDL for that
type. The SDL only contains the type data and no additional metadata or directives.public GetDataSourceIntrospectionRequest withIncludeModelsSDL(Boolean includeModelsSDL)
A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that type. The
SDL only contains the type data and no additional metadata or directives.
includeModelsSDL
- A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that
type. The SDL only contains the type data and no additional metadata or directives.public Boolean isIncludeModelsSDL()
A boolean flag that determines whether SDL should be generated for introspected types or not. If set to
true
, each model will contain an sdl
property that contains the SDL for that type. The
SDL only contains the type data and no additional metadata or directives.
true
, each model will contain an sdl
property that contains the SDL for that
type. The SDL only contains the type data and no additional metadata or directives.public void setNextToken(String nextToken)
Determines the number of types to be returned in a single response before paginating. This value is typically
taken from nextToken
value from the previous response.
nextToken
- Determines the number of types to be returned in a single response before paginating. This value is
typically taken from nextToken
value from the previous response.public String getNextToken()
Determines the number of types to be returned in a single response before paginating. This value is typically
taken from nextToken
value from the previous response.
nextToken
value from the previous response.public GetDataSourceIntrospectionRequest withNextToken(String nextToken)
Determines the number of types to be returned in a single response before paginating. This value is typically
taken from nextToken
value from the previous response.
nextToken
- Determines the number of types to be returned in a single response before paginating. This value is
typically taken from nextToken
value from the previous response.public void setMaxResults(Integer maxResults)
The maximum number of introspected types that will be returned in a single response.
maxResults
- The maximum number of introspected types that will be returned in a single response.public Integer getMaxResults()
The maximum number of introspected types that will be returned in a single response.
public GetDataSourceIntrospectionRequest withMaxResults(Integer maxResults)
The maximum number of introspected types that will be returned in a single response.
maxResults
- The maximum number of introspected types that will be returned in a single response.public String toString()
toString
in class Object
Object.toString()
public GetDataSourceIntrospectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()