com.amazonaws.services.directconnect.model
Class DeleteInterconnectResult

java.lang.Object
  extended by com.amazonaws.services.directconnect.model.DeleteInterconnectResult
All Implemented Interfaces:
Serializable

public class DeleteInterconnectResult
extends Object
implements Serializable

The response received when DeleteInterconnect is called.

See Also:
Serialized Form

Constructor Summary
DeleteInterconnectResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getInterconnectState()
          State of the interconnect.
 int hashCode()
           
 void setInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 void setInterconnectState(String interconnectState)
          State of the interconnect.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
          State of the interconnect.
 DeleteInterconnectResult withInterconnectState(String interconnectState)
          State of the interconnect.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteInterconnectResult

public DeleteInterconnectResult()
Method Detail

getInterconnectState

public String getInterconnectState()
State of the interconnect.

Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted

Returns:
State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.
See Also:
InterconnectState

setInterconnectState

public void setInterconnectState(String interconnectState)
State of the interconnect.

Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted

Parameters:
interconnectState - State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.
See Also:
InterconnectState

withInterconnectState

public DeleteInterconnectResult withInterconnectState(String interconnectState)
State of the interconnect.

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

Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted

Parameters:
interconnectState - State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
InterconnectState

setInterconnectState

public void setInterconnectState(InterconnectState interconnectState)
State of the interconnect.

Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted

Parameters:
interconnectState - State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.
See Also:
InterconnectState

withInterconnectState

public DeleteInterconnectResult withInterconnectState(InterconnectState interconnectState)
State of the interconnect.

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

Constraints:
Allowed Values: requested, pending, available, down, deleting, deleted

Parameters:
interconnectState - State of the interconnect.
  • Requested: The initial state of an interconnect. The interconnect stays in the requested state until the Letter of Authorization (LOA) is sent to the customer.
  • Pending: The interconnect has been approved, and is being initialized.
  • Available: The network link is up, and the interconnect is ready for use.
  • Down: The network link is down.
  • Deleted: The interconnect has been deleted.
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
InterconnectState

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 © 2016. All rights reserved.