@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAllowedRepositoriesForGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAllowedRepositoriesForGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAllowedRepositoriesForGroupRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the package group from which to list allowed repositories.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getOriginRestrictionType()
The origin configuration restriction type of which to list allowed repositories.
|
String |
getPackageGroup()
The pattern of the package group from which to list allowed repositories.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the package group from which to list allowed repositories.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setOriginRestrictionType(String originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
|
void |
setPackageGroup(String packageGroup)
The pattern of the package group from which to list allowed repositories.
|
String |
toString()
Returns a string representation of this object.
|
ListAllowedRepositoriesForGroupRequest |
withDomain(String domain)
The name of the domain that contains the package group from which to list allowed repositories.
|
ListAllowedRepositoriesForGroupRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListAllowedRepositoriesForGroupRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListAllowedRepositoriesForGroupRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListAllowedRepositoriesForGroupRequest |
withOriginRestrictionType(PackageGroupOriginRestrictionType originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
|
ListAllowedRepositoriesForGroupRequest |
withOriginRestrictionType(String originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
|
ListAllowedRepositoriesForGroupRequest |
withPackageGroup(String packageGroup)
The pattern of the package group from which to list allowed repositories.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListAllowedRepositoriesForGroupRequest()
public void setDomain(String domain)
The name of the domain that contains the package group from which to list allowed repositories.
domain - The name of the domain that contains the package group from which to list allowed repositories.public String getDomain()
The name of the domain that contains the package group from which to list allowed repositories.
public ListAllowedRepositoriesForGroupRequest withDomain(String domain)
The name of the domain that contains the package group from which to list allowed repositories.
domain - The name of the domain that contains the package group from which to list allowed repositories.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 ListAllowedRepositoriesForGroupRequest 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 from which to list allowed repositories.
packageGroup - The pattern of the package group from which to list allowed repositories.public String getPackageGroup()
The pattern of the package group from which to list allowed repositories.
public ListAllowedRepositoriesForGroupRequest withPackageGroup(String packageGroup)
The pattern of the package group from which to list allowed repositories.
packageGroup - The pattern of the package group from which to list allowed repositories.public void setOriginRestrictionType(String originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
originRestrictionType - The origin configuration restriction type of which to list allowed repositories.PackageGroupOriginRestrictionTypepublic String getOriginRestrictionType()
The origin configuration restriction type of which to list allowed repositories.
PackageGroupOriginRestrictionTypepublic ListAllowedRepositoriesForGroupRequest withOriginRestrictionType(String originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
originRestrictionType - The origin configuration restriction type of which to list allowed repositories.PackageGroupOriginRestrictionTypepublic ListAllowedRepositoriesForGroupRequest withOriginRestrictionType(PackageGroupOriginRestrictionType originRestrictionType)
The origin configuration restriction type of which to list allowed repositories.
originRestrictionType - The origin configuration restriction type of which to list allowed repositories.PackageGroupOriginRestrictionTypepublic void setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListAllowedRepositoriesForGroupRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListAllowedRepositoriesForGroupRequest withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String toString()
toString in class ObjectObject.toString()public ListAllowedRepositoriesForGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.