|
Did this page help you?Yes No Tell us about it... |
||||||
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.DescribeOptionGroupsRequest
public class DescribeOptionGroupsRequest
Container for the parameters to the DescribeOptionGroups operation
.
Describes the available option groups.
AmazonRDS.describeOptionGroups(DescribeOptionGroupsRequest)
Constructor Summary | |
---|---|
DescribeOptionGroupsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getEngineName()
Filters the list of option groups to only include groups associated with a specific database engine. |
String |
getMajorEngineVersion()
Filters the list of option groups to only include groups associated with a specific database engine version. |
String |
getMarker()
Returns the value of the Marker property for this object. |
Integer |
getMaxRecords()
Returns the value of the MaxRecords property for this object. |
String |
getOptionGroupName()
The name of the option group to describe. |
int |
hashCode()
|
void |
setEngineName(String engineName)
Filters the list of option groups to only include groups associated with a specific database engine. |
void |
setMajorEngineVersion(String majorEngineVersion)
Filters the list of option groups to only include groups associated with a specific database engine version. |
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. |
void |
setOptionGroupName(String optionGroupName)
The name of the option group to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeOptionGroupsRequest |
withEngineName(String engineName)
Filters the list of option groups to only include groups associated with a specific database engine. |
DescribeOptionGroupsRequest |
withMajorEngineVersion(String majorEngineVersion)
Filters the list of option groups to only include groups associated with a specific database engine version. |
DescribeOptionGroupsRequest |
withMarker(String marker)
Sets the value of the Marker property for this object. |
DescribeOptionGroupsRequest |
withMaxRecords(Integer maxRecords)
Sets the value of the MaxRecords property for this object. |
DescribeOptionGroupsRequest |
withOptionGroupName(String optionGroupName)
The name of the option group to describe. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeOptionGroupsRequest()
Method Detail |
---|
public String getOptionGroupName()
public void setOptionGroupName(String optionGroupName)
optionGroupName
- The name of the option group to describe. Cannot be supplied together
with EngineName or MajorEngineVersion.public DescribeOptionGroupsRequest withOptionGroupName(String optionGroupName)
Returns a reference to this object so that method calls can be chained together.
optionGroupName
- The name of the option group to describe. Cannot be supplied together
with EngineName or MajorEngineVersion.
public String getMarker()
public void setMarker(String marker)
marker
- The new value for the Marker property for this object.public DescribeOptionGroupsRequest 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 Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords
- The new value for the MaxRecords property for this object.public DescribeOptionGroupsRequest 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 getEngineName()
public void setEngineName(String engineName)
engineName
- Filters the list of option groups to only include groups associated
with a specific database engine.public DescribeOptionGroupsRequest withEngineName(String engineName)
Returns a reference to this object so that method calls can be chained together.
engineName
- Filters the list of option groups to only include groups associated
with a specific database engine.
public String getMajorEngineVersion()
public void setMajorEngineVersion(String majorEngineVersion)
majorEngineVersion
- Filters the list of option groups to only include groups associated
with a specific database engine version. If specified, then EngineName
must also be specified.public DescribeOptionGroupsRequest withMajorEngineVersion(String majorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
majorEngineVersion
- Filters the list of option groups to only include groups associated
with a specific database engine version. If specified, then EngineName
must also be specified.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |