@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHostRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateHostRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateHostRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHostArn()
The Amazon Resource Name (ARN) of the host to be updated.
|
String |
getProviderEndpoint()
The URL or endpoint of the host to be updated.
|
VpcConfiguration |
getVpcConfiguration()
The VPC configuration of the host to be updated.
|
int |
hashCode() |
void |
setHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
|
void |
setProviderEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
|
void |
setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateHostRequest |
withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
|
UpdateHostRequest |
withProviderEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
|
UpdateHostRequest |
withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated.
|
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 setHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
hostArn
- The Amazon Resource Name (ARN) of the host to be updated.public String getHostArn()
The Amazon Resource Name (ARN) of the host to be updated.
public UpdateHostRequest withHostArn(String hostArn)
The Amazon Resource Name (ARN) of the host to be updated.
hostArn
- The Amazon Resource Name (ARN) of the host to be updated.public void setProviderEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
providerEndpoint
- The URL or endpoint of the host to be updated.public String getProviderEndpoint()
The URL or endpoint of the host to be updated.
public UpdateHostRequest withProviderEndpoint(String providerEndpoint)
The URL or endpoint of the host to be updated.
providerEndpoint
- The URL or endpoint of the host to be updated.public void setVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
vpcConfiguration
- The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be
represented by the host must already be connected to the VPC.public VpcConfiguration getVpcConfiguration()
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
public UpdateHostRequest withVpcConfiguration(VpcConfiguration vpcConfiguration)
The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.
vpcConfiguration
- The VPC configuration of the host to be updated. A VPC must be configured and the infrastructure to be
represented by the host must already be connected to the VPC.public String toString()
toString
in class Object
Object.toString()
public UpdateHostRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()