@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExtendedSourceServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExtendedSourceServerRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExtendedSourceServerRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateExtendedSourceServerRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateExtendedSourceServerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSourceServerArn()
This defines the ARN of the source server in staging Account based on which you want to create an extended source
server.
|
Map<String,String> |
getTags()
A list of tags associated with the extended source server.
|
int |
hashCode() |
void |
setSourceServerArn(String sourceServerArn)
This defines the ARN of the source server in staging Account based on which you want to create an extended source
server.
|
void |
setTags(Map<String,String> tags)
A list of tags associated with the extended source server.
|
String |
toString()
Returns a string representation of this object.
|
CreateExtendedSourceServerRequest |
withSourceServerArn(String sourceServerArn)
This defines the ARN of the source server in staging Account based on which you want to create an extended source
server.
|
CreateExtendedSourceServerRequest |
withTags(Map<String,String> tags)
A list of tags associated with the extended source server.
|
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 setSourceServerArn(String sourceServerArn)
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
sourceServerArn
- This defines the ARN of the source server in staging Account based on which you want to create an extended
source server.public String getSourceServerArn()
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
public CreateExtendedSourceServerRequest withSourceServerArn(String sourceServerArn)
This defines the ARN of the source server in staging Account based on which you want to create an extended source server.
sourceServerArn
- This defines the ARN of the source server in staging Account based on which you want to create an extended
source server.public Map<String,String> getTags()
A list of tags associated with the extended source server.
public void setTags(Map<String,String> tags)
A list of tags associated with the extended source server.
tags
- A list of tags associated with the extended source server.public CreateExtendedSourceServerRequest withTags(Map<String,String> tags)
A list of tags associated with the extended source server.
tags
- A list of tags associated with the extended source server.public CreateExtendedSourceServerRequest addTagsEntry(String key, String value)
public CreateExtendedSourceServerRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateExtendedSourceServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()