@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOutpostResolverRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateOutpostResolverRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateOutpostResolverRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getId()
 A unique string that identifies Resolver on an Outpost. 
 | 
Integer | 
getInstanceCount()
 The Amazon EC2 instance count for a Resolver on the Outpost. 
 | 
String | 
getName()
 Name of the Resolver on the Outpost. 
 | 
String | 
getPreferredInstanceType()
 Amazon EC2 instance type. 
 | 
int | 
hashCode()  | 
void | 
setId(String id)
 A unique string that identifies Resolver on an Outpost. 
 | 
void | 
setInstanceCount(Integer instanceCount)
 The Amazon EC2 instance count for a Resolver on the Outpost. 
 | 
void | 
setName(String name)
 Name of the Resolver on the Outpost. 
 | 
void | 
setPreferredInstanceType(String preferredInstanceType)
 Amazon EC2 instance type. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateOutpostResolverRequest | 
withId(String id)
 A unique string that identifies Resolver on an Outpost. 
 | 
UpdateOutpostResolverRequest | 
withInstanceCount(Integer instanceCount)
 The Amazon EC2 instance count for a Resolver on the Outpost. 
 | 
UpdateOutpostResolverRequest | 
withName(String name)
 Name of the Resolver on the Outpost. 
 | 
UpdateOutpostResolverRequest | 
withPreferredInstanceType(String preferredInstanceType)
 Amazon EC2 instance type. 
 | 
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 setId(String id)
A unique string that identifies Resolver on an Outpost.
id - A unique string that identifies Resolver on an Outpost.public String getId()
A unique string that identifies Resolver on an Outpost.
public UpdateOutpostResolverRequest withId(String id)
A unique string that identifies Resolver on an Outpost.
id - A unique string that identifies Resolver on an Outpost.public void setName(String name)
Name of the Resolver on the Outpost.
name - Name of the Resolver on the Outpost.public String getName()
Name of the Resolver on the Outpost.
public UpdateOutpostResolverRequest withName(String name)
Name of the Resolver on the Outpost.
name - Name of the Resolver on the Outpost.public void setInstanceCount(Integer instanceCount)
The Amazon EC2 instance count for a Resolver on the Outpost.
instanceCount - The Amazon EC2 instance count for a Resolver on the Outpost.public Integer getInstanceCount()
The Amazon EC2 instance count for a Resolver on the Outpost.
public UpdateOutpostResolverRequest withInstanceCount(Integer instanceCount)
The Amazon EC2 instance count for a Resolver on the Outpost.
instanceCount - The Amazon EC2 instance count for a Resolver on the Outpost.public void setPreferredInstanceType(String preferredInstanceType)
Amazon EC2 instance type.
preferredInstanceType - Amazon EC2 instance type.public String getPreferredInstanceType()
Amazon EC2 instance type.
public UpdateOutpostResolverRequest withPreferredInstanceType(String preferredInstanceType)
Amazon EC2 instance type.
preferredInstanceType - Amazon EC2 instance type.public String toString()
toString in class ObjectObject.toString()public UpdateOutpostResolverRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()