@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentificationHints extends Object implements Serializable, Cloneable, StructuredPojo
Hints used to uniquely identify a machine.
Constructor and Description |
---|
IdentificationHints() |
Modifier and Type | Method and Description |
---|---|
IdentificationHints |
clone() |
boolean |
equals(Object obj) |
String |
getAwsInstanceID()
AWS Instance ID identification hint.
|
String |
getFqdn()
Fully Qualified Domain Name identification hint.
|
String |
getHostname()
Hostname identification hint.
|
String |
getVmWareUuid()
vCenter VM path identification hint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
|
void |
setFqdn(String fqdn)
Fully Qualified Domain Name identification hint.
|
void |
setHostname(String hostname)
Hostname identification hint.
|
void |
setVmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
|
String |
toString()
Returns a string representation of this object.
|
IdentificationHints |
withAwsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
|
IdentificationHints |
withFqdn(String fqdn)
Fully Qualified Domain Name identification hint.
|
IdentificationHints |
withHostname(String hostname)
Hostname identification hint.
|
IdentificationHints |
withVmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
|
public void setAwsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
awsInstanceID
- AWS Instance ID identification hint.public String getAwsInstanceID()
AWS Instance ID identification hint.
public IdentificationHints withAwsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
awsInstanceID
- AWS Instance ID identification hint.public void setFqdn(String fqdn)
Fully Qualified Domain Name identification hint.
fqdn
- Fully Qualified Domain Name identification hint.public String getFqdn()
Fully Qualified Domain Name identification hint.
public IdentificationHints withFqdn(String fqdn)
Fully Qualified Domain Name identification hint.
fqdn
- Fully Qualified Domain Name identification hint.public void setHostname(String hostname)
Hostname identification hint.
hostname
- Hostname identification hint.public String getHostname()
Hostname identification hint.
public IdentificationHints withHostname(String hostname)
Hostname identification hint.
hostname
- Hostname identification hint.public void setVmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
vmWareUuid
- vCenter VM path identification hint.public String getVmWareUuid()
vCenter VM path identification hint.
public IdentificationHints withVmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
vmWareUuid
- vCenter VM path identification hint.public String toString()
toString
in class Object
Object.toString()
public IdentificationHints clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.