@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEngineVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEngineVersionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEngineVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<EngineVersion> |
getEngineVersions()
Returned
EngineVersion objects that describe the replication instance engine versions used in the
project. |
String |
getMarker()
An optional pagination token provided by a previous request.
|
int |
hashCode() |
void |
setEngineVersions(Collection<EngineVersion> engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in the
project. |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeEngineVersionsResult |
withEngineVersions(Collection<EngineVersion> engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in the
project. |
DescribeEngineVersionsResult |
withEngineVersions(EngineVersion... engineVersions)
Returned
EngineVersion objects that describe the replication instance engine versions used in the
project. |
DescribeEngineVersionsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EngineVersion> getEngineVersions()
Returned EngineVersion
objects that describe the replication instance engine versions used in the
project.
EngineVersion
objects that describe the replication instance engine versions used
in the project.public void setEngineVersions(Collection<EngineVersion> engineVersions)
Returned EngineVersion
objects that describe the replication instance engine versions used in the
project.
engineVersions
- Returned EngineVersion
objects that describe the replication instance engine versions used in
the project.public DescribeEngineVersionsResult withEngineVersions(EngineVersion... engineVersions)
Returned EngineVersion
objects that describe the replication instance engine versions used in the
project.
NOTE: This method appends the values to the existing list (if any). Use
setEngineVersions(java.util.Collection)
or withEngineVersions(java.util.Collection)
if you want
to override the existing values.
engineVersions
- Returned EngineVersion
objects that describe the replication instance engine versions used in
the project.public DescribeEngineVersionsResult withEngineVersions(Collection<EngineVersion> engineVersions)
Returned EngineVersion
objects that describe the replication instance engine versions used in the
project.
engineVersions
- Returned EngineVersion
objects that describe the replication instance engine versions used in
the project.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 DescribeEngineVersionsResult 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 DescribeEngineVersionsResult clone()