@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociatedPackageGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAssociatedPackageGroupRequest() |
Modifier and Type | Method and Description |
---|---|
GetAssociatedPackageGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the package from which to get the associated package group.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getFormat()
The format of the package from which to get the associated package group.
|
String |
getNamespace()
The namespace of the package from which to get the associated package group.
|
String |
getPackage()
The package from which to get the associated package group.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the package from which to get the associated package group.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setFormat(String format)
The format of the package from which to get the associated package group.
|
void |
setNamespace(String namespace)
The namespace of the package from which to get the associated package group.
|
void |
setPackage(String packageValue)
The package from which to get the associated package group.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociatedPackageGroupRequest |
withDomain(String domain)
The name of the domain that contains the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
GetAssociatedPackageGroupRequest |
withFormat(PackageFormat format)
The format of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
withFormat(String format)
The format of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
withNamespace(String namespace)
The namespace of the package from which to get the associated package group.
|
GetAssociatedPackageGroupRequest |
withPackage(String packageValue)
The package from which to get the associated package group.
|
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 that contains the package from which to get the associated package group.
domain
- The name of the domain that contains the package from which to get the associated package group.public String getDomain()
The name of the domain that contains the package from which to get the associated package group.
public GetAssociatedPackageGroupRequest withDomain(String domain)
The name of the domain that contains the package from which to get the associated package group.
domain
- The name of the domain that contains the package from which to get the associated package group.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 GetAssociatedPackageGroupRequest 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 setFormat(String format)
The format of the package from which to get the associated package group.
format
- The format of the package from which to get the associated package group.PackageFormat
public String getFormat()
The format of the package from which to get the associated package group.
PackageFormat
public GetAssociatedPackageGroupRequest withFormat(String format)
The format of the package from which to get the associated package group.
format
- The format of the package from which to get the associated package group.PackageFormat
public GetAssociatedPackageGroupRequest withFormat(PackageFormat format)
The format of the package from which to get the associated package group.
format
- The format of the package from which to get the associated package group.PackageFormat
public void setNamespace(String namespace)
The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example:
The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
namespace
- The namespace of the package from which to get the associated package group. The package component that
specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
public String getNamespace()
The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example:
The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
public GetAssociatedPackageGroupRequest withNamespace(String namespace)
The namespace of the package from which to get the associated package group. The package component that specifies its namespace depends on its type. For example:
The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
namespace
- The namespace of the package from which to get the associated package group. The package component that
specifies its namespace depends on its type. For example: The namespace is required when getting associated package groups from packages of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
public void setPackage(String packageValue)
The package from which to get the associated package group.
packageValue
- The package from which to get the associated package group.public String getPackage()
The package from which to get the associated package group.
public GetAssociatedPackageGroupRequest withPackage(String packageValue)
The package from which to get the associated package group.
packageValue
- The package from which to get the associated package group.public String toString()
toString
in class Object
Object.toString()
public GetAssociatedPackageGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()