|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DescribeDBEngineVersionsRequest
public class DescribeDBEngineVersionsRequest
Container for the parameters to the DescribeDBEngineVersions operation.
AmazonRDS.describeDBEngineVersions(DescribeDBEngineVersionsRequest)| Constructor Summary | |
|---|---|
DescribeDBEngineVersionsRequest()
Default constructor for a new DescribeDBEngineVersionsRequest object. |
|
| Method Summary | |
|---|---|
String |
getDBParameterGroupFamily()
Returns the value of the DBParameterGroupFamily property for this object. |
Boolean |
getDefaultOnly()
Returns the value of the DefaultOnly property for this object. |
String |
getEngine()
Returns the value of the Engine property for this object. |
String |
getEngineVersion()
Returns the value of the EngineVersion property for this object. |
String |
getMarker()
Returns the value of the Marker property for this object. |
Integer |
getMaxRecords()
Returns the value of the MaxRecords property for this object. |
Boolean |
isDefaultOnly()
Returns the value of the DefaultOnly property for this object. |
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object. |
void |
setDefaultOnly(Boolean defaultOnly)
Sets the value of the DefaultOnly property for this object. |
void |
setEngine(String engine)
Sets the value of the Engine property for this object. |
void |
setEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
void |
setMarker(String marker)
Sets the value of the Marker property for this object. |
void |
setMaxRecords(Integer maxRecords)
Sets the value of the MaxRecords property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeDBEngineVersionsRequest |
withDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object. |
DescribeDBEngineVersionsRequest |
withDefaultOnly(Boolean defaultOnly)
Sets the value of the DefaultOnly property for this object. |
DescribeDBEngineVersionsRequest |
withEngine(String engine)
Sets the value of the Engine property for this object. |
DescribeDBEngineVersionsRequest |
withEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
DescribeDBEngineVersionsRequest |
withMarker(String marker)
Sets the value of the Marker property for this object. |
DescribeDBEngineVersionsRequest |
withMaxRecords(Integer maxRecords)
Sets the value of the MaxRecords property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeDBEngineVersionsRequest()
| Method Detail |
|---|
public String getEngine()
public void setEngine(String engine)
engine - The new value for the Engine property for this object.public DescribeDBEngineVersionsRequest withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine - The new value for the Engine property for this object.
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - The new value for the EngineVersion property for this object.public DescribeDBEngineVersionsRequest withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - The new value for the EngineVersion property for this object.
public String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.public DescribeDBEngineVersionsRequest withDBParameterGroupFamily(String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.
public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - The new value for the MaxRecords property for this object.public DescribeDBEngineVersionsRequest withMaxRecords(Integer maxRecords)
Returns a reference to this object so that method calls can be chained together.
maxRecords - The new value for the MaxRecords property for this object.
public String getMarker()
public void setMarker(String marker)
marker - The new value for the Marker property for this object.public DescribeDBEngineVersionsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The new value for the Marker property for this object.
public Boolean isDefaultOnly()
public void setDefaultOnly(Boolean defaultOnly)
defaultOnly - The new value for the DefaultOnly property for this object.public DescribeDBEngineVersionsRequest withDefaultOnly(Boolean defaultOnly)
Returns a reference to this object so that method calls can be chained together.
defaultOnly - The new value for the DefaultOnly property for this object.
public Boolean getDefaultOnly()
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||