@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecommendationsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecommendationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned.
|
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getNamespaceArn()
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is
returned.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned.
|
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is
returned.
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationsRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned.
|
ListRecommendationsRequest |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
ListRecommendationsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
ListRecommendationsRequest |
withNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is
returned.
|
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 setClusterIdentifier(String clusterIdentifier)
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
clusterIdentifier
- The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is
returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified,
then recommendations for all clusters in the account are returned.public String getClusterIdentifier()
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
public ListRecommendationsRequest withClusterIdentifier(String clusterIdentifier)
The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
clusterIdentifier
- The unique identifier of the Amazon Redshift cluster for which the list of Advisor recommendations is
returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified,
then recommendations for all clusters in the account are returned.public void setNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
namespaceArn
- The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor
recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN
parameters are specified, then recommendations for all clusters in the account are returned.public String getNamespaceArn()
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
public ListRecommendationsRequest withNamespaceArn(String namespaceArn)
The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN parameters are specified, then recommendations for all clusters in the account are returned.
namespaceArn
- The Amazon Redshift cluster namespace Amazon Resource Name (ARN) for which the list of Advisor
recommendations is returned. If the neither the cluster identifier and the cluster namespace ARN
parameters are specified, then recommendations for all clusters in the account are returned.public void setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can
retrieve the next set of records by retrying the command with the returned marker value.public Integer getMaxRecords()
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
public ListRecommendationsRequest withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call. If the number of remaining response records exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can retrieve the next set of records by retrying the command with the returned marker value.
maxRecords
- The maximum number of response records to return in each call. If the number of remaining response records
exceeds the specified MaxRecords value, a value is returned in a marker field of the response. You can
retrieve the next set of records by retrying the command with the returned marker value.public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response
records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
public ListRecommendationsRequest withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response
records have been retrieved for the request.public String toString()
toString
in class Object
Object.toString()
public ListRecommendationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()