@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEksAnywhereSubscriptionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteEksAnywhereSubscriptionResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteEksAnywhereSubscriptionResult |
clone() |
boolean |
equals(Object obj) |
EksAnywhereSubscription |
getSubscription()
The full description of the subscription to be deleted.
|
int |
hashCode() |
void |
setSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEksAnywhereSubscriptionResult |
withSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
subscription - The full description of the subscription to be deleted.public EksAnywhereSubscription getSubscription()
The full description of the subscription to be deleted.
public DeleteEksAnywhereSubscriptionResult withSubscription(EksAnywhereSubscription subscription)
The full description of the subscription to be deleted.
subscription - The full description of the subscription to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteEksAnywhereSubscriptionResult clone()