@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterInstanceEventNotificationAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeregisterInstanceEventNotificationAttributesResult() |
Modifier and Type | Method and Description |
---|---|
DeregisterInstanceEventNotificationAttributesResult |
clone() |
boolean |
equals(Object obj) |
InstanceTagNotificationAttribute |
getInstanceTagAttribute()
The resulting set of tag keys.
|
int |
hashCode() |
void |
setInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterInstanceEventNotificationAttributesResult |
withInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeregisterInstanceEventNotificationAttributesResult()
public void setInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
instanceTagAttribute
- The resulting set of tag keys.public InstanceTagNotificationAttribute getInstanceTagAttribute()
The resulting set of tag keys.
public DeregisterInstanceEventNotificationAttributesResult withInstanceTagAttribute(InstanceTagNotificationAttribute instanceTagAttribute)
The resulting set of tag keys.
instanceTagAttribute
- The resulting set of tag keys.public String toString()
toString
in class Object
Object.toString()
public DeregisterInstanceEventNotificationAttributesResult clone()