@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClusterTracksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeClusterTracksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterTracksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMaintenanceTrackName()
The name of the maintenance track.
|
String |
getMarker()
An optional parameter that specifies the starting point to return a set of response records.
|
Integer |
getMaxRecords()
An integer value for the maximum number of maintenance tracks to return.
|
int |
hashCode() |
void |
setMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track.
|
void |
setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
void |
setMaxRecords(Integer maxRecords)
An integer value for the maximum number of maintenance tracks to return.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClusterTracksRequest |
withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track.
|
DescribeClusterTracksRequest |
withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records.
|
DescribeClusterTracksRequest |
withMaxRecords(Integer maxRecords)
An integer value for the maximum number of maintenance tracks to return.
|
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 setMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track.
maintenanceTrackName
- The name of the maintenance track.public String getMaintenanceTrackName()
The name of the maintenance track.
public DescribeClusterTracksRequest withMaintenanceTrackName(String maintenanceTrackName)
The name of the maintenance track.
maintenanceTrackName
- The name of the maintenance track.public void setMaxRecords(Integer maxRecords)
An integer value for the maximum number of maintenance tracks to return.
maxRecords
- An integer value for the maximum number of maintenance tracks to return.public Integer getMaxRecords()
An integer value for the maximum number of maintenance tracks to return.
public DescribeClusterTracksRequest withMaxRecords(Integer maxRecords)
An integer value for the maximum number of maintenance tracks to return.
maxRecords
- An integer value for the maximum number of maintenance tracks to return.public void setMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeClusterTracks
request exceed the value specified in MaxRecords
, Amazon
Redshift returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeClusterTracks
request exceed the value specified in
MaxRecords
, Amazon Redshift returns a value in the Marker
field of the response.
You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public String getMarker()
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeClusterTracks
request exceed the value specified in MaxRecords
, Amazon
Redshift returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
DescribeClusterTracks
request exceed the value specified in
MaxRecords
, Amazon Redshift returns a value in the Marker
field of the
response. You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public DescribeClusterTracksRequest withMarker(String marker)
An optional parameter that specifies the starting point to return a set of response records. When the results of
a DescribeClusterTracks
request exceed the value specified in MaxRecords
, Amazon
Redshift returns a value in the Marker
field of the response. You can retrieve the next set of
response records by providing the returned marker value in the Marker
parameter and retrying the
request.
marker
- An optional parameter that specifies the starting point to return a set of response records. When the
results of a DescribeClusterTracks
request exceed the value specified in
MaxRecords
, Amazon Redshift returns a value in the Marker
field of the response.
You can retrieve the next set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public String toString()
toString
in class Object
Object.toString()
public DescribeClusterTracksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()