@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MarkAsArchivedResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
MarkAsArchivedResult() |
| Modifier and Type | Method and Description |
|---|---|
MarkAsArchivedResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
MarkAsArchivedResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
MarkAsArchivedResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
Source server ARN.
|
DataReplicationInfo |
getDataReplicationInfo()
Source server data replication info.
|
Boolean |
getIsArchived()
Source server archived status.
|
LaunchedInstance |
getLaunchedInstance()
Source server launched instance.
|
LifeCycle |
getLifeCycle()
Source server lifecycle state.
|
String |
getReplicationType()
Source server replication type.
|
SourceProperties |
getSourceProperties()
Source server properties.
|
String |
getSourceServerID()
Source server ID.
|
Map<String,String> |
getTags()
Source server Tags.
|
String |
getVcenterClientID()
Source server vCenter client id.
|
int |
hashCode() |
Boolean |
isArchived()
Source server archived status.
|
void |
setArn(String arn)
Source server ARN.
|
void |
setDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
void |
setIsArchived(Boolean isArchived)
Source server archived status.
|
void |
setLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
|
void |
setLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
|
void |
setReplicationType(String replicationType)
Source server replication type.
|
void |
setSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
void |
setSourceServerID(String sourceServerID)
Source server ID.
|
void |
setTags(Map<String,String> tags)
Source server Tags.
|
void |
setVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
String |
toString()
Returns a string representation of this object.
|
MarkAsArchivedResult |
withArn(String arn)
Source server ARN.
|
MarkAsArchivedResult |
withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
|
MarkAsArchivedResult |
withIsArchived(Boolean isArchived)
Source server archived status.
|
MarkAsArchivedResult |
withLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
|
MarkAsArchivedResult |
withLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
|
MarkAsArchivedResult |
withReplicationType(ReplicationType replicationType)
Source server replication type.
|
MarkAsArchivedResult |
withReplicationType(String replicationType)
Source server replication type.
|
MarkAsArchivedResult |
withSourceProperties(SourceProperties sourceProperties)
Source server properties.
|
MarkAsArchivedResult |
withSourceServerID(String sourceServerID)
Source server ID.
|
MarkAsArchivedResult |
withTags(Map<String,String> tags)
Source server Tags.
|
MarkAsArchivedResult |
withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setArn(String arn)
Source server ARN.
arn - Source server ARN.public String getArn()
Source server ARN.
public MarkAsArchivedResult withArn(String arn)
Source server ARN.
arn - Source server ARN.public void setDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
dataReplicationInfo - Source server data replication info.public DataReplicationInfo getDataReplicationInfo()
Source server data replication info.
public MarkAsArchivedResult withDataReplicationInfo(DataReplicationInfo dataReplicationInfo)
Source server data replication info.
dataReplicationInfo - Source server data replication info.public void setIsArchived(Boolean isArchived)
Source server archived status.
isArchived - Source server archived status.public Boolean getIsArchived()
Source server archived status.
public MarkAsArchivedResult withIsArchived(Boolean isArchived)
Source server archived status.
isArchived - Source server archived status.public Boolean isArchived()
Source server archived status.
public void setLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
launchedInstance - Source server launched instance.public LaunchedInstance getLaunchedInstance()
Source server launched instance.
public MarkAsArchivedResult withLaunchedInstance(LaunchedInstance launchedInstance)
Source server launched instance.
launchedInstance - Source server launched instance.public void setLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
lifeCycle - Source server lifecycle state.public LifeCycle getLifeCycle()
Source server lifecycle state.
public MarkAsArchivedResult withLifeCycle(LifeCycle lifeCycle)
Source server lifecycle state.
lifeCycle - Source server lifecycle state.public void setReplicationType(String replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationTypepublic String getReplicationType()
Source server replication type.
ReplicationTypepublic MarkAsArchivedResult withReplicationType(String replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationTypepublic MarkAsArchivedResult withReplicationType(ReplicationType replicationType)
Source server replication type.
replicationType - Source server replication type.ReplicationTypepublic void setSourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties - Source server properties.public SourceProperties getSourceProperties()
Source server properties.
public MarkAsArchivedResult withSourceProperties(SourceProperties sourceProperties)
Source server properties.
sourceProperties - Source server properties.public void setSourceServerID(String sourceServerID)
Source server ID.
sourceServerID - Source server ID.public String getSourceServerID()
Source server ID.
public MarkAsArchivedResult withSourceServerID(String sourceServerID)
Source server ID.
sourceServerID - Source server ID.public void setTags(Map<String,String> tags)
Source server Tags.
tags - Source server Tags.public MarkAsArchivedResult withTags(Map<String,String> tags)
Source server Tags.
tags - Source server Tags.public MarkAsArchivedResult addTagsEntry(String key, String value)
public MarkAsArchivedResult clearTagsEntries()
public void setVcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID - Source server vCenter client id.public String getVcenterClientID()
Source server vCenter client id.
public MarkAsArchivedResult withVcenterClientID(String vcenterClientID)
Source server vCenter client id.
vcenterClientID - Source server vCenter client id.public String toString()
toString in class ObjectObject.toString()public MarkAsArchivedResult clone()
Copyright © 2022. All rights reserved.