@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTenantDatabasesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTenantDatabasesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTenantDatabasesResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous
DescribeTenantDatabases request. |
List<TenantDatabase> |
getTenantDatabases()
An array of the tenant databases requested by the
DescribeTenantDatabases operation. |
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeTenantDatabases request. |
void |
setTenantDatabases(Collection<TenantDatabase> tenantDatabases)
An array of the tenant databases requested by the
DescribeTenantDatabases operation. |
String |
toString()
Returns a string representation of this object.
|
DescribeTenantDatabasesResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeTenantDatabases request. |
DescribeTenantDatabasesResult |
withTenantDatabases(Collection<TenantDatabase> tenantDatabases)
An array of the tenant databases requested by the
DescribeTenantDatabases operation. |
DescribeTenantDatabasesResult |
withTenantDatabases(TenantDatabase... tenantDatabases)
An array of the tenant databases requested by the
DescribeTenantDatabases operation. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMarker(String marker)
An optional pagination token provided by a previous DescribeTenantDatabases 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 DescribeTenantDatabases 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 DescribeTenantDatabases request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.
DescribeTenantDatabases request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified
by MaxRecords.public DescribeTenantDatabasesResult withMarker(String marker)
An optional pagination token provided by a previous DescribeTenantDatabases 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 DescribeTenantDatabases request. If this
parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords.public List<TenantDatabase> getTenantDatabases()
An array of the tenant databases requested by the DescribeTenantDatabases operation.
DescribeTenantDatabases operation.public void setTenantDatabases(Collection<TenantDatabase> tenantDatabases)
An array of the tenant databases requested by the DescribeTenantDatabases operation.
tenantDatabases - An array of the tenant databases requested by the DescribeTenantDatabases operation.public DescribeTenantDatabasesResult withTenantDatabases(TenantDatabase... tenantDatabases)
An array of the tenant databases requested by the DescribeTenantDatabases operation.
NOTE: This method appends the values to the existing list (if any). Use
setTenantDatabases(java.util.Collection) or withTenantDatabases(java.util.Collection) if you
want to override the existing values.
tenantDatabases - An array of the tenant databases requested by the DescribeTenantDatabases operation.public DescribeTenantDatabasesResult withTenantDatabases(Collection<TenantDatabase> tenantDatabases)
An array of the tenant databases requested by the DescribeTenantDatabases operation.
tenantDatabases - An array of the tenant databases requested by the DescribeTenantDatabases operation.public String toString()
toString in class ObjectObject.toString()public DescribeTenantDatabasesResult clone()