@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCreatorRequestId()
A unique string that identifies the request and that allows failed
CreateService requests to be
retried without the risk of executing the operation twice. |
String |
getDescription()
A description for the service.
|
DnsConfig |
getDnsConfig()
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
HealthCheckConfig |
getHealthCheckConfig()
Public DNS namespaces only. A complex type that contains settings for an optional health check.
|
HealthCheckCustomConfig |
getHealthCheckCustomConfig() |
String |
getName()
The name that you want to assign to the service.
|
int |
hashCode() |
void |
setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
CreateService requests to be
retried without the risk of executing the operation twice. |
void |
setDescription(String description)
A description for the service.
|
void |
setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
void |
setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional health check.
|
void |
setHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
void |
setName(String name)
The name that you want to assign to the service.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateServiceRequest |
withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
CreateService requests to be
retried without the risk of executing the operation twice. |
CreateServiceRequest |
withDescription(String description)
A description for the service.
|
CreateServiceRequest |
withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an
instance.
|
CreateServiceRequest |
withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional health check.
|
CreateServiceRequest |
withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig) |
CreateServiceRequest |
withName(String name)
The name that you want to assign to the service.
|
addHandlerContext, copyBaseTo, 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 setName(String name)
The name that you want to assign to the service.
name - The name that you want to assign to the service.public String getName()
The name that you want to assign to the service.
public CreateServiceRequest withName(String name)
The name that you want to assign to the service.
name - The name that you want to assign to the service.public void setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed CreateService requests to be
retried without the risk of executing the operation twice. CreatorRequestId can be any unique
string, for example, a date/time stamp.
creatorRequestId - A unique string that identifies the request and that allows failed CreateService requests to
be retried without the risk of executing the operation twice. CreatorRequestId can be any
unique string, for example, a date/time stamp.public String getCreatorRequestId()
A unique string that identifies the request and that allows failed CreateService requests to be
retried without the risk of executing the operation twice. CreatorRequestId can be any unique
string, for example, a date/time stamp.
CreateService requests to
be retried without the risk of executing the operation twice. CreatorRequestId can be any
unique string, for example, a date/time stamp.public CreateServiceRequest withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed CreateService requests to be
retried without the risk of executing the operation twice. CreatorRequestId can be any unique
string, for example, a date/time stamp.
creatorRequestId - A unique string that identifies the request and that allows failed CreateService requests to
be retried without the risk of executing the operation twice. CreatorRequestId can be any
unique string, for example, a date/time stamp.public void setDescription(String description)
A description for the service.
description - A description for the service.public String getDescription()
A description for the service.
public CreateServiceRequest withDescription(String description)
A description for the service.
description - A description for the service.public void setDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an instance.
dnsConfig - A complex type that contains information about the records that you want Route 53 to create when you
register an instance.public DnsConfig getDnsConfig()
A complex type that contains information about the records that you want Route 53 to create when you register an instance.
public CreateServiceRequest withDnsConfig(DnsConfig dnsConfig)
A complex type that contains information about the records that you want Route 53 to create when you register an instance.
dnsConfig - A complex type that contains information about the records that you want Route 53 to create when you
register an instance.public void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional health check. If you
specify settings for a health check, Route 53 associates the health check with all the records that you specify
in DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
healthCheckConfig - Public DNS namespaces only. A complex type that contains settings for an optional health check. If
you specify settings for a health check, Route 53 associates the health check with all the records that
you specify in DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
public HealthCheckConfig getHealthCheckConfig()
Public DNS namespaces only. A complex type that contains settings for an optional health check. If you
specify settings for a health check, Route 53 associates the health check with all the records that you specify
in DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
public CreateServiceRequest withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Public DNS namespaces only. A complex type that contains settings for an optional health check. If you
specify settings for a health check, Route 53 associates the health check with all the records that you specify
in DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
healthCheckConfig - Public DNS namespaces only. A complex type that contains settings for an optional health check. If
you specify settings for a health check, Route 53 associates the health check with all the records that
you specify in DnsConfig.
For information about the charges for health checks, see Route 53 Pricing.
public void setHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
healthCheckCustomConfig - public HealthCheckCustomConfig getHealthCheckCustomConfig()
public CreateServiceRequest withHealthCheckCustomConfig(HealthCheckCustomConfig healthCheckCustomConfig)
healthCheckCustomConfig - public String toString()
toString in class ObjectObject.toString()public CreateServiceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.