@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBProxyTargetGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDBProxyTargetGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBProxyTargetGroupsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<DBProxyTargetGroup> |
getTargetGroups()
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
String |
toString()
Returns a string representation of this object.
|
DescribeDBProxyTargetGroupsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeDBProxyTargetGroupsResult |
withTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
DescribeDBProxyTargetGroupsResult |
withTargetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DBProxyTargetGroup> getTargetGroups()
An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding target
groups.
DBProxyTargetGroup
objects, containing details of the corresponding
target groups.public void setTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding target
groups.
targetGroups
- An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding
target groups.public DescribeDBProxyTargetGroupsResult withTargetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding target
groups.
NOTE: This method appends the values to the existing list (if any). Use
setTargetGroups(java.util.Collection)
or withTargetGroups(java.util.Collection)
if you want to
override the existing values.
targetGroups
- An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding
target groups.public DescribeDBProxyTargetGroupsResult withTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding target
groups.
targetGroups
- An arbitrary number of DBProxyTargetGroup
objects, containing details of the corresponding
target groups.public void setMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeDBProxyTargetGroupsResult withMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribeDBProxyTargetGroupsResult clone()