@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResolverEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateResolverEndpointRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateResolverEndpointRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the resolver endpoint that you want to update.
|
String |
getResolverEndpointId()
The ID of the resolver endpoint that you want to update.
|
int |
hashCode() |
void |
setName(String name)
The name of the resolver endpoint that you want to update.
|
void |
setResolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResolverEndpointRequest |
withName(String name)
The name of the resolver endpoint that you want to update.
|
UpdateResolverEndpointRequest |
withResolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to update.
|
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 setResolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to update.
resolverEndpointId
- The ID of the resolver endpoint that you want to update.public String getResolverEndpointId()
The ID of the resolver endpoint that you want to update.
public UpdateResolverEndpointRequest withResolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to update.
resolverEndpointId
- The ID of the resolver endpoint that you want to update.public void setName(String name)
The name of the resolver endpoint that you want to update.
name
- The name of the resolver endpoint that you want to update.public String getName()
The name of the resolver endpoint that you want to update.
public UpdateResolverEndpointRequest withName(String name)
The name of the resolver endpoint that you want to update.
name
- The name of the resolver endpoint that you want to update.public String toString()
toString
in class Object
Object.toString()
public UpdateResolverEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.