@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAllowedRepositoriesForGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAllowedRepositoriesForGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAllowedRepositoriesForGroupResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAllowedRepositories()
The list of allowed repositories for the package group and origin configuration restriction type.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setAllowedRepositories(Collection<String> allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAllowedRepositoriesForGroupResult |
withAllowedRepositories(Collection<String> allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
|
ListAllowedRepositoriesForGroupResult |
withAllowedRepositories(String... allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
|
ListAllowedRepositoriesForGroupResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListAllowedRepositoriesForGroupResult()
public List<String> getAllowedRepositories()
The list of allowed repositories for the package group and origin configuration restriction type.
public void setAllowedRepositories(Collection<String> allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
allowedRepositories - The list of allowed repositories for the package group and origin configuration restriction type.public ListAllowedRepositoriesForGroupResult withAllowedRepositories(String... allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
NOTE: This method appends the values to the existing list (if any). Use
setAllowedRepositories(java.util.Collection) or withAllowedRepositories(java.util.Collection)
if you want to override the existing values.
allowedRepositories - The list of allowed repositories for the package group and origin configuration restriction type.public ListAllowedRepositoriesForGroupResult withAllowedRepositories(Collection<String> allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
allowedRepositories - The list of allowed repositories for the package group and origin configuration restriction type.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 ListAllowedRepositoriesForGroupResult 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 ListAllowedRepositoriesForGroupResult clone()
Copyright © 2024. All rights reserved.