@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
CreateEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DeploymentConfig |
getDeploymentConfig() |
String |
getEndpointConfigName()
The name of an endpoint configuration.
|
String |
getEndpointName()
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account.
|
List<Tag> |
getTags()
An array of key-value pairs.
|
int |
hashCode() |
void |
setDeploymentConfig(DeploymentConfig deploymentConfig) |
void |
setEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
void |
setEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account.
|
void |
setTags(Collection<Tag> tags)
An array of key-value pairs.
|
String |
toString()
Returns a string representation of this object.
|
CreateEndpointRequest |
withDeploymentConfig(DeploymentConfig deploymentConfig) |
CreateEndpointRequest |
withEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
CreateEndpointRequest |
withEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account.
|
CreateEndpointRequest |
withTags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointRequest |
withTags(Tag... tags)
An array of key-value pairs.
|
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, withSdkRequestTimeout
public void setEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account. The name is case-insensitive in CreateEndpoint
, but the case is preserved and must be
matched in InvokeEndpoint
.
endpointName
- The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web
Services account. The name is case-insensitive in CreateEndpoint
, but the case is preserved
and must be matched in InvokeEndpoint.public String getEndpointName()
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account. The name is case-insensitive in CreateEndpoint
, but the case is preserved and must be
matched in InvokeEndpoint
.
CreateEndpoint
, but the case is preserved
and must be matched in InvokeEndpoint.public CreateEndpointRequest withEndpointName(String endpointName)
The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web Services
account. The name is case-insensitive in CreateEndpoint
, but the case is preserved and must be
matched in InvokeEndpoint
.
endpointName
- The name of the endpoint.The name must be unique within an Amazon Web Services Region in your Amazon Web
Services account. The name is case-insensitive in CreateEndpoint
, but the case is preserved
and must be matched in InvokeEndpoint.public void setEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpointConfigName
- The name of an endpoint configuration. For more information, see CreateEndpointConfig.public String getEndpointConfigName()
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
public CreateEndpointRequest withEndpointConfigName(String endpointConfigName)
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpointConfigName
- The name of an endpoint configuration. For more information, see CreateEndpointConfig.public void setDeploymentConfig(DeploymentConfig deploymentConfig)
deploymentConfig
- public DeploymentConfig getDeploymentConfig()
public CreateEndpointRequest withDeploymentConfig(DeploymentConfig deploymentConfig)
deploymentConfig
- public List<Tag> getTags()
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
public void setTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags
- An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.public CreateEndpointRequest withTags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.public CreateEndpointRequest withTags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags
- An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.public String toString()
toString
in class Object
Object.toString()
public CreateEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()