public class DeleteOptionGroupRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteOptionGroup operation.
Deletes an existing Option Group.
| コンストラクタと説明 |
|---|
DeleteOptionGroupRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getOptionGroupName()
The name of the option group to be deleted.
|
int |
hashCode() |
void |
setOptionGroupName(java.lang.String optionGroupName)
The name of the option group to be deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteOptionGroupRequest |
withOptionGroupName(java.lang.String optionGroupName)
The name of the option group to be deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getOptionGroupName()
public void setOptionGroupName(java.lang.String optionGroupName)
optionGroupName - The name of the option group to be deleted. public DeleteOptionGroupRequest withOptionGroupName(java.lang.String optionGroupName)
Returns a reference to this object so that method calls can be chained together.
optionGroupName - The name of the option group to be deleted. 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