Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class DescribeClusterSubnetGroupsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.DescribeClusterSubnetGroupsRequest
All Implemented Interfaces:
Serializable

public class DescribeClusterSubnetGroupsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeClusterSubnetGroups operation.

Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.

See Also:
AmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest), Serialized Form

Constructor Summary
DescribeClusterSubnetGroupsRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterSubnetGroupName()
          The name of the cluster subnet group for which information is requested.
 String getMarker()
          An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.
 Integer getMaxRecords()
          The maximum number of cluster subnet group records to include in the response.
 int hashCode()
           
 void setClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of the cluster subnet group for which information is requested.
 void setMarker(String marker)
          An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.
 void setMaxRecords(Integer maxRecords)
          The maximum number of cluster subnet group records to include in the response.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeClusterSubnetGroupsRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
          The name of the cluster subnet group for which information is requested.
 DescribeClusterSubnetGroupsRequest withMarker(String marker)
          An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.
 DescribeClusterSubnetGroupsRequest withMaxRecords(Integer maxRecords)
          The maximum number of cluster subnet group records to include in the response.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeClusterSubnetGroupsRequest

public DescribeClusterSubnetGroupsRequest()
Method Detail

getClusterSubnetGroupName

public String getClusterSubnetGroupName()
The name of the cluster subnet group for which information is requested.

Returns:
The name of the cluster subnet group for which information is requested.

setClusterSubnetGroupName

public void setClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group for which information is requested.

Parameters:
clusterSubnetGroupName - The name of the cluster subnet group for which information is requested.

withClusterSubnetGroupName

public DescribeClusterSubnetGroupsRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group for which information is requested.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterSubnetGroupName - The name of the cluster subnet group for which information is requested.
Returns:
A reference to this updated object so that method calls can be chained together.

getMaxRecords

public Integer getMaxRecords()
The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.

Returns:
The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.


setMaxRecords

public void setMaxRecords(Integer maxRecords)
The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.

Parameters:
maxRecords - The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.


withMaxRecords

public DescribeClusterSubnetGroupsRequest withMaxRecords(Integer maxRecords)
The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.

Returns a reference to this object so that method calls can be chained together.

Parameters:
maxRecords - The maximum number of cluster subnet group records to include in the response. If more records exist than the specified MaxRecords value, the response returns a marker that you can use in a subsequent DescribeClusterSubnetGroups request in order to retrieve the next set of cluster subnet group records.

Default: 100

Constraints: Must be at least 20 and no more than 100.

Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.

Returns:
An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.

setMarker

public void setMarker(String marker)
An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.

Parameters:
marker - An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.

withMarker

public DescribeClusterSubnetGroupsRequest withMarker(String marker)
An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - An optional marker returned by a previous DescribeClusterSubnetGroups request to indicate the first cluster subnet group that the current request will return.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.