@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageProfileSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details of a storage profile.
Constructor and Description |
---|
StorageProfileSummary() |
Modifier and Type | Method and Description |
---|---|
StorageProfileSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
The display name of the storage profile summary to update.
|
String |
getOsFamily()
The operating system (OS) family.
|
String |
getStorageProfileId()
The storage profile ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayName(String displayName)
The display name of the storage profile summary to update.
|
void |
setOsFamily(String osFamily)
The operating system (OS) family.
|
void |
setStorageProfileId(String storageProfileId)
The storage profile ID.
|
String |
toString()
Returns a string representation of this object.
|
StorageProfileSummary |
withDisplayName(String displayName)
The display name of the storage profile summary to update.
|
StorageProfileSummary |
withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The operating system (OS) family.
|
StorageProfileSummary |
withOsFamily(String osFamily)
The operating system (OS) family.
|
StorageProfileSummary |
withStorageProfileId(String storageProfileId)
The storage profile ID.
|
public void setDisplayName(String displayName)
The display name of the storage profile summary to update.
displayName
- The display name of the storage profile summary to update.public String getDisplayName()
The display name of the storage profile summary to update.
public StorageProfileSummary withDisplayName(String displayName)
The display name of the storage profile summary to update.
displayName
- The display name of the storage profile summary to update.public void setOsFamily(String osFamily)
The operating system (OS) family.
osFamily
- The operating system (OS) family.StorageProfileOperatingSystemFamily
public String getOsFamily()
The operating system (OS) family.
StorageProfileOperatingSystemFamily
public StorageProfileSummary withOsFamily(String osFamily)
The operating system (OS) family.
osFamily
- The operating system (OS) family.StorageProfileOperatingSystemFamily
public StorageProfileSummary withOsFamily(StorageProfileOperatingSystemFamily osFamily)
The operating system (OS) family.
osFamily
- The operating system (OS) family.StorageProfileOperatingSystemFamily
public void setStorageProfileId(String storageProfileId)
The storage profile ID.
storageProfileId
- The storage profile ID.public String getStorageProfileId()
The storage profile ID.
public StorageProfileSummary withStorageProfileId(String storageProfileId)
The storage profile ID.
storageProfileId
- The storage profile ID.public String toString()
toString
in class Object
Object.toString()
public StorageProfileSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.