Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.directconnect.model
Class OfferingOrderStep

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

public class OfferingOrderStep
extends Object
implements Serializable

A step in the offering order process.

See Also:
Serialized Form

Constructor Summary
OfferingOrderStep()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          More detailed description of the order step.
 String getName()
          Name of the order step.
 String getNumber()
          Number of an order step.
 String getOwner()
          The entity who owns the completion of the order step.
 Integer getSla()
          Time to complete the order step in minutes.
 int hashCode()
           
 void setDescription(String description)
          More detailed description of the order step.
 void setName(String name)
          Name of the order step.
 void setNumber(String number)
          Number of an order step.
 void setOwner(String owner)
          The entity who owns the completion of the order step.
 void setSla(Integer sla)
          Time to complete the order step in minutes.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OfferingOrderStep withDescription(String description)
          More detailed description of the order step.
 OfferingOrderStep withName(String name)
          Name of the order step.
 OfferingOrderStep withNumber(String number)
          Number of an order step.
 OfferingOrderStep withOwner(String owner)
          The entity who owns the completion of the order step.
 OfferingOrderStep withSla(Integer sla)
          Time to complete the order step in minutes.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OfferingOrderStep

public OfferingOrderStep()
Method Detail

getNumber

public String getNumber()
Number of an order step.

Example: 1

Returns:
Number of an order step.

Example: 1


setNumber

public void setNumber(String number)
Number of an order step.

Example: 1

Parameters:
number - Number of an order step.

Example: 1


withNumber

public OfferingOrderStep withNumber(String number)
Number of an order step.

Example: 1

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

Parameters:
number - Number of an order step.

Example: 1

Returns:
A reference to this updated object so that method calls can be chained together.

getName

public String getName()
Name of the order step.

Example: Authorize cross connect

Returns:
Name of the order step.

Example: Authorize cross connect


setName

public void setName(String name)
Name of the order step.

Example: Authorize cross connect

Parameters:
name - Name of the order step.

Example: Authorize cross connect


withName

public OfferingOrderStep withName(String name)
Name of the order step.

Example: Authorize cross connect

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

Parameters:
name - Name of the order step.

Example: Authorize cross connect

Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

Returns:
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"


setDescription

public void setDescription(String description)
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

Parameters:
description - More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"


withDescription

public OfferingOrderStep withDescription(String description)
More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

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

Parameters:
description - More detailed description of the order step.

Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"

Returns:
A reference to this updated object so that method calls can be chained together.

getOwner

public String getOwner()
The entity who owns the completion of the order step.

Example: AWS

Returns:
The entity who owns the completion of the order step.

Example: AWS


setOwner

public void setOwner(String owner)
The entity who owns the completion of the order step.

Example: AWS

Parameters:
owner - The entity who owns the completion of the order step.

Example: AWS


withOwner

public OfferingOrderStep withOwner(String owner)
The entity who owns the completion of the order step.

Example: AWS

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

Parameters:
owner - The entity who owns the completion of the order step.

Example: AWS

Returns:
A reference to this updated object so that method calls can be chained together.

getSla

public Integer getSla()
Time to complete the order step in minutes.

Example: 60

Returns:
Time to complete the order step in minutes.

Example: 60


setSla

public void setSla(Integer sla)
Time to complete the order step in minutes.

Example: 60

Parameters:
sla - Time to complete the order step in minutes.

Example: 60


withSla

public OfferingOrderStep withSla(Integer sla)
Time to complete the order step in minutes.

Example: 60

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

Parameters:
sla - Time to complete the order step in minutes.

Example: 60

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.