@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteFeaturedResultsSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchDeleteFeaturedResultsSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteFeaturedResultsSetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getFeaturedResultsSetIds()
The identifiers of the featured results sets that you want to delete.
|
String |
getIndexId()
The identifier of the index used for featuring results.
|
int |
hashCode() |
void |
setFeaturedResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
void |
setIndexId(String indexId)
The identifier of the index used for featuring results.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteFeaturedResultsSetRequest |
withFeaturedResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest |
withFeaturedResultsSetIds(String... featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
|
BatchDeleteFeaturedResultsSetRequest |
withIndexId(String indexId)
The identifier of the index used for featuring results.
|
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, withSdkRequestTimeoutpublic BatchDeleteFeaturedResultsSetRequest()
public void setIndexId(String indexId)
The identifier of the index used for featuring results.
indexId - The identifier of the index used for featuring results.public String getIndexId()
The identifier of the index used for featuring results.
public BatchDeleteFeaturedResultsSetRequest withIndexId(String indexId)
The identifier of the index used for featuring results.
indexId - The identifier of the index used for featuring results.public List<String> getFeaturedResultsSetIds()
The identifiers of the featured results sets that you want to delete.
public void setFeaturedResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
featuredResultsSetIds - The identifiers of the featured results sets that you want to delete.public BatchDeleteFeaturedResultsSetRequest withFeaturedResultsSetIds(String... featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
NOTE: This method appends the values to the existing list (if any). Use
setFeaturedResultsSetIds(java.util.Collection) or
withFeaturedResultsSetIds(java.util.Collection) if you want to override the existing values.
featuredResultsSetIds - The identifiers of the featured results sets that you want to delete.public BatchDeleteFeaturedResultsSetRequest withFeaturedResultsSetIds(Collection<String> featuredResultsSetIds)
The identifiers of the featured results sets that you want to delete.
featuredResultsSetIds - The identifiers of the featured results sets that you want to delete.public String toString()
toString in class ObjectObject.toString()public BatchDeleteFeaturedResultsSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()