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