com.amazonaws.services.ec2.model
Class VolumeStatusEvent

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

public class VolumeStatusEvent
extends Object

Volume Status Event


Constructor Summary
VolumeStatusEvent()
           
 
Method Summary
 boolean equals(Object obj)
           
 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.
 Date getNotAfter()
          Returns the value of the NotAfter property for this object.
 Date getNotBefore()
          Returns the value of the NotBefore property for this object.
 int hashCode()
           
 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.
 void setNotAfter(Date notAfter)
          Sets the value of the NotAfter property for this object.
 void setNotBefore(Date notBefore)
          Sets the value of the NotBefore property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VolumeStatusEvent withDescription(String description)
          Sets the value of the Description property for this object.
 VolumeStatusEvent withEventId(String eventId)
          Sets the value of the EventId property for this object.
 VolumeStatusEvent withEventType(String eventType)
          Sets the value of the EventType property for this object.
 VolumeStatusEvent withNotAfter(Date notAfter)
          Sets the value of the NotAfter property for this object.
 VolumeStatusEvent withNotBefore(Date notBefore)
          Sets the value of the NotBefore property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeStatusEvent

public VolumeStatusEvent()
Method Detail

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 VolumeStatusEvent 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.

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 VolumeStatusEvent 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.

getNotBefore

public Date getNotBefore()
Returns the value of the NotBefore property for this object.

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

setNotBefore

public void setNotBefore(Date notBefore)
Sets the value of the NotBefore property for this object.

Parameters:
notBefore - The new value for the NotBefore property for this object.

withNotBefore

public VolumeStatusEvent withNotBefore(Date notBefore)
Sets the value of the NotBefore property for this object.

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

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

getNotAfter

public Date getNotAfter()
Returns the value of the NotAfter property for this object.

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

setNotAfter

public void setNotAfter(Date notAfter)
Sets the value of the NotAfter property for this object.

Parameters:
notAfter - The new value for the NotAfter property for this object.

withNotAfter

public VolumeStatusEvent withNotAfter(Date notAfter)
Sets the value of the NotAfter property for this object.

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

Parameters:
notAfter - The new value for the NotAfter 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 VolumeStatusEvent 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.