@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetPackageConfigurationResult clone()