@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSourceNetworkRecoveryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartSourceNetworkRecoveryRequest() |
Modifier and Type | Method and Description |
---|---|
StartSourceNetworkRecoveryRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartSourceNetworkRecoveryRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartSourceNetworkRecoveryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getDeployAsNew()
Don't update existing CloudFormation Stack, recover the network using a new stack.
|
List<StartSourceNetworkRecoveryRequestNetworkEntry> |
getSourceNetworks()
The Source Networks that we want to start a Recovery Job for.
|
Map<String,String> |
getTags()
The tags to be associated with the Source Network recovery Job.
|
int |
hashCode() |
Boolean |
isDeployAsNew()
Don't update existing CloudFormation Stack, recover the network using a new stack.
|
void |
setDeployAsNew(Boolean deployAsNew)
Don't update existing CloudFormation Stack, recover the network using a new stack.
|
void |
setSourceNetworks(Collection<StartSourceNetworkRecoveryRequestNetworkEntry> sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
|
void |
setTags(Map<String,String> tags)
The tags to be associated with the Source Network recovery Job.
|
String |
toString()
Returns a string representation of this object.
|
StartSourceNetworkRecoveryRequest |
withDeployAsNew(Boolean deployAsNew)
Don't update existing CloudFormation Stack, recover the network using a new stack.
|
StartSourceNetworkRecoveryRequest |
withSourceNetworks(Collection<StartSourceNetworkRecoveryRequestNetworkEntry> sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
|
StartSourceNetworkRecoveryRequest |
withSourceNetworks(StartSourceNetworkRecoveryRequestNetworkEntry... sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
|
StartSourceNetworkRecoveryRequest |
withTags(Map<String,String> tags)
The tags to be associated with the Source Network recovery Job.
|
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 setDeployAsNew(Boolean deployAsNew)
Don't update existing CloudFormation Stack, recover the network using a new stack.
deployAsNew
- Don't update existing CloudFormation Stack, recover the network using a new stack.public Boolean getDeployAsNew()
Don't update existing CloudFormation Stack, recover the network using a new stack.
public StartSourceNetworkRecoveryRequest withDeployAsNew(Boolean deployAsNew)
Don't update existing CloudFormation Stack, recover the network using a new stack.
deployAsNew
- Don't update existing CloudFormation Stack, recover the network using a new stack.public Boolean isDeployAsNew()
Don't update existing CloudFormation Stack, recover the network using a new stack.
public List<StartSourceNetworkRecoveryRequestNetworkEntry> getSourceNetworks()
The Source Networks that we want to start a Recovery Job for.
public void setSourceNetworks(Collection<StartSourceNetworkRecoveryRequestNetworkEntry> sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
sourceNetworks
- The Source Networks that we want to start a Recovery Job for.public StartSourceNetworkRecoveryRequest withSourceNetworks(StartSourceNetworkRecoveryRequestNetworkEntry... sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
NOTE: This method appends the values to the existing list (if any). Use
setSourceNetworks(java.util.Collection)
or withSourceNetworks(java.util.Collection)
if you want
to override the existing values.
sourceNetworks
- The Source Networks that we want to start a Recovery Job for.public StartSourceNetworkRecoveryRequest withSourceNetworks(Collection<StartSourceNetworkRecoveryRequestNetworkEntry> sourceNetworks)
The Source Networks that we want to start a Recovery Job for.
sourceNetworks
- The Source Networks that we want to start a Recovery Job for.public Map<String,String> getTags()
The tags to be associated with the Source Network recovery Job.
public void setTags(Map<String,String> tags)
The tags to be associated with the Source Network recovery Job.
tags
- The tags to be associated with the Source Network recovery Job.public StartSourceNetworkRecoveryRequest withTags(Map<String,String> tags)
The tags to be associated with the Source Network recovery Job.
tags
- The tags to be associated with the Source Network recovery Job.public StartSourceNetworkRecoveryRequest addTagsEntry(String key, String value)
public StartSourceNetworkRecoveryRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartSourceNetworkRecoveryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()