com.amazonaws.services.ec2.model
Class VolumeStatusAction

java.lang.Object
  extended by com.amazonaws.services.ec2.model.VolumeStatusAction

public class VolumeStatusAction
extends Object

Volume Status Action


Constructor Summary
VolumeStatusAction()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
          Returns the value of the Code property for this object.
 String getDescription()
          Returns the value of the Description property for this object.
 String getEventId()
          Returns the value of the EventId property for this object.
 String getEventType()
          Returns the value of the EventType property for this object.
 int hashCode()
           
 void setCode(String code)
          Sets the value of the Code property for this object.
 void setDescription(String description)
          Sets the value of the Description property for this object.
 void setEventId(String eventId)
          Sets the value of the EventId property for this object.
 void setEventType(String eventType)
          Sets the value of the EventType property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VolumeStatusAction withCode(String code)
          Sets the value of the Code property for this object.
 VolumeStatusAction withDescription(String description)
          Sets the value of the Description property for this object.
 VolumeStatusAction withEventId(String eventId)
          Sets the value of the EventId property for this object.
 VolumeStatusAction withEventType(String eventType)
          Sets the value of the EventType property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeStatusAction

public VolumeStatusAction()
Method Detail

getCode

public String getCode()
Returns the value of the Code property for this object.

Returns:
The value of the Code property for this object.

setCode

public void setCode(String code)
Sets the value of the Code property for this object.

Parameters:
code - The new value for the Code property for this object.

withCode

public VolumeStatusAction withCode(String code)
Sets the value of the Code property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
code - The new value for the Code property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Returns the value of the Description property for this object.

Returns:
The value of the Description property for this object.

setDescription

public void setDescription(String description)
Sets the value of the Description property for this object.

Parameters:
description - The new value for the Description property for this object.

withDescription

public VolumeStatusAction withDescription(String description)
Sets the value of the Description property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - The new value for the Description property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEventType

public String getEventType()
Returns the value of the EventType property for this object.

Returns:
The value of the EventType property for this object.

setEventType

public void setEventType(String eventType)
Sets the value of the EventType property for this object.

Parameters:
eventType - The new value for the EventType property for this object.

withEventType

public VolumeStatusAction withEventType(String eventType)
Sets the value of the EventType property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventType - The new value for the EventType property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEventId

public String getEventId()
Returns the value of the EventId property for this object.

Returns:
The value of the EventId property for this object.

setEventId

public void setEventId(String eventId)
Sets the value of the EventId property for this object.

Parameters:
eventId - The new value for the EventId property for this object.

withEventId

public VolumeStatusAction withEventId(String eventId)
Sets the value of the EventId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
eventId - The new value for the EventId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.