@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivateNetworkSiteRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ActivateNetworkSiteRequest() |
| Modifier and Type | Method and Description |
|---|---|
ActivateNetworkSiteRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CommitmentConfiguration |
getCommitmentConfiguration()
Determines the duration and renewal status of the commitment period for all pending radio units.
|
String |
getNetworkSiteArn()
The Amazon Resource Name (ARN) of the network site.
|
Address |
getShippingAddress()
The shipping address of the network site.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
|
void |
setNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
void |
setShippingAddress(Address shippingAddress)
The shipping address of the network site.
|
String |
toString()
Returns a string representation of this object.
|
ActivateNetworkSiteRequest |
withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ActivateNetworkSiteRequest |
withCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
|
ActivateNetworkSiteRequest |
withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
ActivateNetworkSiteRequest |
withShippingAddress(Address shippingAddress)
The shipping address of the network site.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.public String getClientToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
public ActivateNetworkSiteRequest withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to ensure
idempotency.public void setCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you
must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action,
the commitment period is set to 60-days.
commitmentConfiguration - Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action,
you must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest
action, the commitment period is set to 60-days.
public CommitmentConfiguration getCommitmentConfiguration()
Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you
must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action,
the commitment period is set to 60-days.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest
action, you must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest
action, the commitment period is set to 60-days.
public ActivateNetworkSiteRequest withCommitmentConfiguration(CommitmentConfiguration commitmentConfiguration)
Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you
must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action,
the commitment period is set to 60-days.
commitmentConfiguration - Determines the duration and renewal status of the commitment period for all pending radio units.
If you include commitmentConfiguration in the ActivateNetworkSiteRequest action,
you must specify the following:
The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.
For pricing, see Amazon Web Services Private 5G Pricing.
If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest
action, the commitment period is set to 60-days.
public void setNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.public String getNetworkSiteArn()
The Amazon Resource Name (ARN) of the network site.
public ActivateNetworkSiteRequest withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
networkSiteArn - The Amazon Resource Name (ARN) of the network site.public void setShippingAddress(Address shippingAddress)
The shipping address of the network site.
shippingAddress - The shipping address of the network site.public Address getShippingAddress()
The shipping address of the network site.
public ActivateNetworkSiteRequest withShippingAddress(Address shippingAddress)
The shipping address of the network site.
shippingAddress - The shipping address of the network site.public String toString()
toString in class ObjectObject.toString()public ActivateNetworkSiteRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()