|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DescribeClusterSubnetGroupsRequest
public class DescribeClusterSubnetGroupsRequest
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.
AmazonRedshift.describeClusterSubnetGroups(DescribeClusterSubnetGroupsRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeClusterSubnetGroupsRequest()
Method Detail |
---|
public String getClusterSubnetGroupName()
public void setClusterSubnetGroupName(String clusterSubnetGroupName)
clusterSubnetGroupName
- The name of the cluster subnet group for which information is
requested.public DescribeClusterSubnetGroupsRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroupName
- The name of the cluster subnet group for which information is
requested.
public Integer getMaxRecords()
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.
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.
public void setMaxRecords(Integer maxRecords)
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.
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.
public DescribeClusterSubnetGroupsRequest withMaxRecords(Integer maxRecords)
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.
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.
public String getMarker()
public void setMarker(String marker)
marker
- An optional marker returned by a previous
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.public DescribeClusterSubnetGroupsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker returned by a previous
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |