@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPackageConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetPackageConfigurationResult() |
| Modifier and Type | Method and Description |
|---|---|
GetPackageConfigurationResult |
clone() |
boolean |
equals(Object obj) |
VersionUpdateByJobsConfig |
getVersionUpdateByJobsConfig()
The version that is associated to a specific job.
|
int |
hashCode() |
void |
setVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
|
String |
toString()
Returns a string representation of this object.
|
GetPackageConfigurationResult |
withVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
versionUpdateByJobsConfig - The version that is associated to a specific job.public VersionUpdateByJobsConfig getVersionUpdateByJobsConfig()
The version that is associated to a specific job.
public GetPackageConfigurationResult withVersionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)
The version that is associated to a specific job.
versionUpdateByJobsConfig - The version that is associated to a specific job.public String toString()
toString in class ObjectObject.toString()public GetPackageConfigurationResult clone()