public class ProvisionedBandwidth
extends java.lang.Object
implements java.io.Serializable
Reserved. If you need to sustain traffic greater than the documented limits , contact us through the Support Center .
Constructor and Description |
---|
ProvisionedBandwidth() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProvisioned()
Reserved.
|
java.util.Date |
getProvisionTime()
Reserved.
|
java.lang.String |
getRequested()
Reserved.
|
java.util.Date |
getRequestTime()
Reserved.
|
java.lang.String |
getStatus()
Reserved.
|
int |
hashCode() |
void |
setProvisioned(java.lang.String provisioned)
Reserved.
|
void |
setProvisionTime(java.util.Date provisionTime)
Reserved.
|
void |
setRequested(java.lang.String requested)
Reserved.
|
void |
setRequestTime(java.util.Date requestTime)
Reserved.
|
void |
setStatus(java.lang.String status)
Reserved.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisionedBandwidth |
withProvisioned(java.lang.String provisioned)
Reserved.
|
ProvisionedBandwidth |
withProvisionTime(java.util.Date provisionTime)
Reserved.
|
ProvisionedBandwidth |
withRequested(java.lang.String requested)
Reserved.
|
ProvisionedBandwidth |
withRequestTime(java.util.Date requestTime)
Reserved.
|
ProvisionedBandwidth |
withStatus(java.lang.String status)
Reserved.
|
public java.lang.String getProvisioned()
public void setProvisioned(java.lang.String provisioned)
provisioned
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public ProvisionedBandwidth withProvisioned(java.lang.String provisioned)
Returns a reference to this object so that method calls can be chained together.
provisioned
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public java.lang.String getRequested()
public void setRequested(java.lang.String requested)
requested
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public ProvisionedBandwidth withRequested(java.lang.String requested)
Returns a reference to this object so that method calls can be chained together.
requested
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public java.util.Date getRequestTime()
public void setRequestTime(java.util.Date requestTime)
requestTime
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public ProvisionedBandwidth withRequestTime(java.util.Date requestTime)
Returns a reference to this object so that method calls can be chained together.
requestTime
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public java.util.Date getProvisionTime()
public void setProvisionTime(java.util.Date provisionTime)
provisionTime
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public ProvisionedBandwidth withProvisionTime(java.util.Date provisionTime)
Returns a reference to this object so that method calls can be chained together.
provisionTime
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public ProvisionedBandwidth withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status
- Reserved. If you need to sustain traffic greater than the documented
limits, contact us through the Support
Center.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.