@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReportedOs extends Object implements Serializable, Cloneable, StructuredPojo
A registered instance's reported operating system.
Constructor and Description |
---|
ReportedOs() |
Modifier and Type | Method and Description |
---|---|
ReportedOs |
clone() |
boolean |
equals(Object obj) |
String |
getFamily()
The operating system family.
|
String |
getName()
The operating system name.
|
String |
getVersion()
The operating system version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFamily(String family)
The operating system family.
|
void |
setName(String name)
The operating system name.
|
void |
setVersion(String version)
The operating system version.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReportedOs |
withFamily(String family)
The operating system family.
|
ReportedOs |
withName(String name)
The operating system name.
|
ReportedOs |
withVersion(String version)
The operating system version.
|
public void setFamily(String family)
The operating system family.
family
- The operating system family.public String getFamily()
The operating system family.
public ReportedOs withFamily(String family)
The operating system family.
family
- The operating system family.public void setName(String name)
The operating system name.
name
- The operating system name.public String getName()
The operating system name.
public ReportedOs withName(String name)
The operating system name.
name
- The operating system name.public void setVersion(String version)
The operating system version.
version
- The operating system version.public String getVersion()
The operating system version.
public ReportedOs withVersion(String version)
The operating system version.
version
- The operating system version.public String toString()
toString
in class Object
Object.toString()
public ReportedOs 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.