@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSoftwareSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSoftwareSetResult() |
Modifier and Type | Method and Description |
---|---|
GetSoftwareSetResult |
clone() |
boolean |
equals(Object obj) |
SoftwareSet |
getSoftwareSet()
Describes a software set.
|
int |
hashCode() |
void |
setSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
|
String |
toString()
Returns a string representation of this object.
|
GetSoftwareSetResult |
withSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
softwareSet
- Describes a software set.public SoftwareSet getSoftwareSet()
Describes a software set.
public GetSoftwareSetResult withSoftwareSet(SoftwareSet softwareSet)
Describes a software set.
softwareSet
- Describes a software set.public String toString()
toString
in class Object
Object.toString()
public GetSoftwareSetResult clone()