@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePackageVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePackageVersionResult() |
Modifier and Type | Method and Description |
---|---|
DescribePackageVersionResult |
clone() |
boolean |
equals(Object obj) |
PackageVersionDescription |
getPackageVersion()
A
PackageVersionDescription
object that contains information about the requested package version. |
int |
hashCode() |
void |
setPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription
object that contains information about the requested package version. |
String |
toString()
Returns a string representation of this object.
|
DescribePackageVersionResult |
withPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription
object that contains information about the requested package version. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription
object that contains information about the requested package version.
packageVersion
- A
PackageVersionDescription
object that contains information about the requested package version.public PackageVersionDescription getPackageVersion()
A
PackageVersionDescription
object that contains information about the requested package version.
PackageVersionDescription
object that contains information about the requested package version.public DescribePackageVersionResult withPackageVersion(PackageVersionDescription packageVersion)
A
PackageVersionDescription
object that contains information about the requested package version.
packageVersion
- A
PackageVersionDescription
object that contains information about the requested package version.public String toString()
toString
in class Object
Object.toString()
public DescribePackageVersionResult clone()