@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSearchSuggestionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetSearchSuggestionsRequest() |
Modifier and Type | Method and Description |
---|---|
GetSearchSuggestionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResource()
The name of the SageMaker resource to search for.
|
SuggestionQuery |
getSuggestionQuery()
Limits the property names that are included in the response.
|
int |
hashCode() |
void |
setResource(String resource)
The name of the SageMaker resource to search for.
|
void |
setSuggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetSearchSuggestionsRequest |
withResource(ResourceType resource)
The name of the SageMaker resource to search for.
|
GetSearchSuggestionsRequest |
withResource(String resource)
The name of the SageMaker resource to search for.
|
GetSearchSuggestionsRequest |
withSuggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
|
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 setResource(String resource)
The name of the SageMaker resource to search for.
resource
- The name of the SageMaker resource to search for.ResourceType
public String getResource()
The name of the SageMaker resource to search for.
ResourceType
public GetSearchSuggestionsRequest withResource(String resource)
The name of the SageMaker resource to search for.
resource
- The name of the SageMaker resource to search for.ResourceType
public GetSearchSuggestionsRequest withResource(ResourceType resource)
The name of the SageMaker resource to search for.
resource
- The name of the SageMaker resource to search for.ResourceType
public void setSuggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
suggestionQuery
- Limits the property names that are included in the response.public SuggestionQuery getSuggestionQuery()
Limits the property names that are included in the response.
public GetSearchSuggestionsRequest withSuggestionQuery(SuggestionQuery suggestionQuery)
Limits the property names that are included in the response.
suggestionQuery
- Limits the property names that are included in the response.public String toString()
toString
in class Object
Object.toString()
public GetSearchSuggestionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()