@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DiscoveredResource extends Object implements Serializable, Cloneable, StructuredPojo
Object representing the on-premises resource being migrated.
Constructor and Description |
---|
DiscoveredResource() |
Modifier and Type | Method and Description |
---|---|
DiscoveredResource |
clone() |
boolean |
equals(Object obj) |
String |
getConfigurationId()
The configurationId in ADS that uniquely identifies the on-premise resource.
|
String |
getDescription()
A description that can be free-form text to record additional detail about the discovered resource for clarity or
later reference.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigurationId(String configurationId)
The configurationId in ADS that uniquely identifies the on-premise resource.
|
void |
setDescription(String description)
A description that can be free-form text to record additional detail about the discovered resource for clarity or
later reference.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DiscoveredResource |
withConfigurationId(String configurationId)
The configurationId in ADS that uniquely identifies the on-premise resource.
|
DiscoveredResource |
withDescription(String description)
A description that can be free-form text to record additional detail about the discovered resource for clarity or
later reference.
|
public void setConfigurationId(String configurationId)
The configurationId in ADS that uniquely identifies the on-premise resource.
configurationId
- The configurationId in ADS that uniquely identifies the on-premise resource.public String getConfigurationId()
The configurationId in ADS that uniquely identifies the on-premise resource.
public DiscoveredResource withConfigurationId(String configurationId)
The configurationId in ADS that uniquely identifies the on-premise resource.
configurationId
- The configurationId in ADS that uniquely identifies the on-premise resource.public void setDescription(String description)
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
description
- A description that can be free-form text to record additional detail about the discovered resource for
clarity or later reference.public String getDescription()
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
public DiscoveredResource withDescription(String description)
A description that can be free-form text to record additional detail about the discovered resource for clarity or later reference.
description
- A description that can be free-form text to record additional detail about the discovered resource for
clarity or later reference.public String toString()
toString
in class Object
Object.toString()
public DiscoveredResource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.