public class ConnectionOrderStep extends Object implements Serializable
A step in the connection order process.
Constructor and Description |
---|
ConnectionOrderStep() |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getStepState()
State of the connection step.
|
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.
|
void |
setStepState(StepState stepState)
State of the connection step.
|
void |
setStepState(String stepState)
State of the connection step.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConnectionOrderStep |
withDescription(String description)
More detailed description of the order step.
|
ConnectionOrderStep |
withName(String name)
Name of the order step.
|
ConnectionOrderStep |
withNumber(String number)
Number of an order step.
|
ConnectionOrderStep |
withOwner(String owner)
The entity who owns the completion of the order step.
|
ConnectionOrderStep |
withSla(Integer sla)
Time to complete the order step in minutes.
|
ConnectionOrderStep |
withStepState(StepState stepState)
State of the connection step.
|
ConnectionOrderStep |
withStepState(String stepState)
State of the connection step.
|
public String getNumber()
Example: 1
Example: 1
public void setNumber(String number)
Example: 1
number
- Number of an order step. Example: 1
public ConnectionOrderStep withNumber(String number)
Example: 1
Returns a reference to this object so that method calls can be chained together.
number
- Number of an order step. Example: 1
public String getName()
Example: Authorize cross connect
Example: Authorize cross connect
public void setName(String name)
Example: Authorize cross connect
name
- Name of the order step. Example: Authorize cross connect
public ConnectionOrderStep withName(String name)
Example: Authorize cross connect
Returns a reference to this object so that method calls can be chained together.
name
- Name of the order step. Example: Authorize cross connect
public String getDescription()
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
public void setDescription(String description)
Example: "AWS will prepare your connection and send you an email with an LOA to provide to the colocation provider"
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"
public ConnectionOrderStep withDescription(String description)
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.
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"
public String getOwner()
Example: AWS, Customer
Example: AWS, Customer
public void setOwner(String owner)
Example: AWS, Customer
owner
- The entity who owns the completion of the order step. Example: AWS, Customer
public ConnectionOrderStep withOwner(String owner)
Example: AWS, Customer
Returns a reference to this object so that method calls can be chained together.
owner
- The entity who owns the completion of the order step. Example: AWS, Customer
public Integer getSla()
Example: 60
Example: 60
public void setSla(Integer sla)
Example: 60
sla
- Time to complete the order step in minutes. Example: 60
public ConnectionOrderStep withSla(Integer sla)
Example: 60
Returns a reference to this object so that method calls can be chained together.
sla
- Time to complete the order step in minutes. Example: 60
public String getStepState()
Constraints:
Allowed Values: pending, completed
StepState
public void setStepState(String stepState)
Constraints:
Allowed Values: pending, completed
stepState
- State of the connection step. StepState
public ConnectionOrderStep withStepState(String stepState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: pending, completed
stepState
- State of the connection step. StepState
public void setStepState(StepState stepState)
Constraints:
Allowed Values: pending, completed
stepState
- State of the connection step. StepState
public ConnectionOrderStep withStepState(StepState stepState)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: pending, completed
stepState
- State of the connection step. StepState
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.