public class CreateOptionGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
CreateOptionGroup operation.
Creates a new Option Group. You can create up to 20 option groups.
| コンストラクタと説明 |
|---|
CreateOptionGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEngineName()
Specifies the name of the engine that this option group should be
associated with.
|
java.lang.String |
getMajorEngineVersion()
Specifies the major version of the engine that this option group
should be associated with.
|
java.lang.String |
getOptionGroupDescription()
The description of the option group.
|
java.lang.String |
getOptionGroupName()
Specifies the name of the option group to be created.
|
int |
hashCode() |
void |
setEngineName(java.lang.String engineName)
Specifies the name of the engine that this option group should be
associated with.
|
void |
setMajorEngineVersion(java.lang.String majorEngineVersion)
Specifies the major version of the engine that this option group
should be associated with.
|
void |
setOptionGroupDescription(java.lang.String optionGroupDescription)
The description of the option group.
|
void |
setOptionGroupName(java.lang.String optionGroupName)
Specifies the name of the option group to be created.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateOptionGroupRequest |
withEngineName(java.lang.String engineName)
Specifies the name of the engine that this option group should be
associated with.
|
CreateOptionGroupRequest |
withMajorEngineVersion(java.lang.String majorEngineVersion)
Specifies the major version of the engine that this option group
should be associated with.
|
CreateOptionGroupRequest |
withOptionGroupDescription(java.lang.String optionGroupDescription)
The description of the option group.
|
CreateOptionGroupRequest |
withOptionGroupName(java.lang.String optionGroupName)
Specifies the name of the option group to be created.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getOptionGroupName()
Constraints:
Example:
myOptiongroup
Constraints:
Example:
myOptiongroup
public void setOptionGroupName(java.lang.String optionGroupName)
Constraints:
Example:
myOptiongroup
optionGroupName - Specifies the name of the option group to be created. Constraints:
Example:
myOptiongroup
public CreateOptionGroupRequest withOptionGroupName(java.lang.String optionGroupName)
Constraints:
Example:
myOptiongroup
Returns a reference to this object so that method calls can be chained together.
optionGroupName - Specifies the name of the option group to be created. Constraints:
Example:
myOptiongroup
public java.lang.String getEngineName()
public void setEngineName(java.lang.String engineName)
engineName - Specifies the name of the engine that this option group should be
associated with.public CreateOptionGroupRequest withEngineName(java.lang.String engineName)
Returns a reference to this object so that method calls can be chained together.
engineName - Specifies the name of the engine that this option group should be
associated with.public java.lang.String getMajorEngineVersion()
public void setMajorEngineVersion(java.lang.String majorEngineVersion)
majorEngineVersion - Specifies the major version of the engine that this option group
should be associated with.public CreateOptionGroupRequest withMajorEngineVersion(java.lang.String majorEngineVersion)
Returns a reference to this object so that method calls can be chained together.
majorEngineVersion - Specifies the major version of the engine that this option group
should be associated with.public java.lang.String getOptionGroupDescription()
public void setOptionGroupDescription(java.lang.String optionGroupDescription)
optionGroupDescription - The description of the option group.public CreateOptionGroupRequest withOptionGroupDescription(java.lang.String optionGroupDescription)
Returns a reference to this object so that method calls can be chained together.
optionGroupDescription - The description of the option group.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object