@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBProxyTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeDBProxyTargetsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBProxyTargetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<DBProxyTarget> |
getTargets()
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setTargets(Collection<DBProxyTarget> targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
String |
toString()
Returns a string representation of this object.
|
DescribeDBProxyTargetsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeDBProxyTargetsResult |
withTargets(Collection<DBProxyTarget> targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
DescribeDBProxyTargetsResult |
withTargets(DBProxyTarget... targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DBProxyTarget> getTargets()
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
DBProxyTarget objects, containing details of the corresponding
targets.public void setTargets(Collection<DBProxyTarget> targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding
targets.public DescribeDBProxyTargetsResult withTargets(DBProxyTarget... targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
NOTE: This method appends the values to the existing list (if any). Use
setTargets(java.util.Collection) or withTargets(java.util.Collection) if you want to override
the existing values.
targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding
targets.public DescribeDBProxyTargetsResult withTargets(Collection<DBProxyTarget> targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding
targets.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 DescribeDBProxyTargetsResult 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 ObjectObject.toString()public DescribeDBProxyTargetsResult clone()