@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePackageGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePackageGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePackageGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getContactInfo()
Contact information which you want to update the requested package group with.
|
String |
getDescription()
The description you want to update the requested package group with.
|
String |
getDomain()
The name of the domain which contains the package group to be updated.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getPackageGroup()
The pattern of the package group to be updated.
|
int |
hashCode() |
void |
setContactInfo(String contactInfo)
Contact information which you want to update the requested package group with.
|
void |
setDescription(String description)
The description you want to update the requested package group with.
|
void |
setDomain(String domain)
The name of the domain which contains the package group to be updated.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setPackageGroup(String packageGroup)
The pattern of the package group to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePackageGroupRequest |
withContactInfo(String contactInfo)
Contact information which you want to update the requested package group with.
|
UpdatePackageGroupRequest |
withDescription(String description)
The description you want to update the requested package group with.
|
UpdatePackageGroupRequest |
withDomain(String domain)
The name of the domain which contains the package group to be updated.
|
UpdatePackageGroupRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
UpdatePackageGroupRequest |
withPackageGroup(String packageGroup)
The pattern of the package group to be updated.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomain(String domain)
The name of the domain which contains the package group to be updated.
domain
- The name of the domain which contains the package group to be updated.public String getDomain()
The name of the domain which contains the package group to be updated.
public UpdatePackageGroupRequest withDomain(String domain)
The name of the domain which contains the package group to be updated.
domain
- The name of the domain which contains the package group to be updated.public void setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public UpdatePackageGroupRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public void setPackageGroup(String packageGroup)
The pattern of the package group to be updated.
packageGroup
- The pattern of the package group to be updated.public String getPackageGroup()
The pattern of the package group to be updated.
public UpdatePackageGroupRequest withPackageGroup(String packageGroup)
The pattern of the package group to be updated.
packageGroup
- The pattern of the package group to be updated.public void setContactInfo(String contactInfo)
Contact information which you want to update the requested package group with.
contactInfo
- Contact information which you want to update the requested package group with.public String getContactInfo()
Contact information which you want to update the requested package group with.
public UpdatePackageGroupRequest withContactInfo(String contactInfo)
Contact information which you want to update the requested package group with.
contactInfo
- Contact information which you want to update the requested package group with.public void setDescription(String description)
The description you want to update the requested package group with.
description
- The description you want to update the requested package group with.public String getDescription()
The description you want to update the requested package group with.
public UpdatePackageGroupRequest withDescription(String description)
The description you want to update the requested package group with.
description
- The description you want to update the requested package group with.public String toString()
toString
in class Object
Object.toString()
public UpdatePackageGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()