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

public class OfferingOrderStep
extends java.lang.Object

A step in the offering order process.


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

Example: 1

Returns:
Number of an order step.

Example: 1


setNumber

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

Example: 1

Parameters:
number - Number of an order step.

Example: 1


withNumber

public OfferingOrderStep withNumber(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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