@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRepositoryCreationTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRepositoryCreationTemplatesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRepositoryCreationTemplatesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future DescribeRepositoryCreationTemplates request. |
String |
getRegistryId()
The registry ID associated with the request.
|
List<RepositoryCreationTemplate> |
getRepositoryCreationTemplates()
The details of the repository creation templates.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeRepositoryCreationTemplates request. |
void |
setRegistryId(String registryId)
The registry ID associated with the request.
|
void |
setRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRepositoryCreationTemplatesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeRepositoryCreationTemplates request. |
DescribeRepositoryCreationTemplatesResult |
withRegistryId(String registryId)
The registry ID associated with the request.
|
DescribeRepositoryCreationTemplatesResult |
withRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
|
DescribeRepositoryCreationTemplatesResult |
withRepositoryCreationTemplates(RepositoryCreationTemplate... repositoryCreationTemplates)
The details of the repository creation templates.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeRepositoryCreationTemplatesResult()
public void setRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public String getRegistryId()
The registry ID associated with the request.
public DescribeRepositoryCreationTemplatesResult withRegistryId(String registryId)
The registry ID associated with the request.
registryId
- The registry ID associated with the request.public List<RepositoryCreationTemplate> getRepositoryCreationTemplates()
The details of the repository creation templates.
public void setRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
repositoryCreationTemplates
- The details of the repository creation templates.public DescribeRepositoryCreationTemplatesResult withRepositoryCreationTemplates(RepositoryCreationTemplate... repositoryCreationTemplates)
The details of the repository creation templates.
NOTE: This method appends the values to the existing list (if any). Use
setRepositoryCreationTemplates(java.util.Collection)
or
withRepositoryCreationTemplates(java.util.Collection)
if you want to override the existing values.
repositoryCreationTemplates
- The details of the repository creation templates.public DescribeRepositoryCreationTemplatesResult withRepositoryCreationTemplates(Collection<RepositoryCreationTemplate> repositoryCreationTemplates)
The details of the repository creation templates.
repositoryCreationTemplates
- The details of the repository creation templates.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeRepositoryCreationTemplates
request.
When the results of a DescribeRepositoryCreationTemplates
request exceed maxResults
,
this value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.
nextToken
- The nextToken
value to include in a future DescribeRepositoryCreationTemplates
request. When the results of a DescribeRepositoryCreationTemplates
request exceed
maxResults
, this value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public String getNextToken()
The nextToken
value to include in a future DescribeRepositoryCreationTemplates
request.
When the results of a DescribeRepositoryCreationTemplates
request exceed maxResults
,
this value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.
nextToken
value to include in a future DescribeRepositoryCreationTemplates
request. When the results of a DescribeRepositoryCreationTemplates
request exceed
maxResults
, this value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public DescribeRepositoryCreationTemplatesResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeRepositoryCreationTemplates
request.
When the results of a DescribeRepositoryCreationTemplates
request exceed maxResults
,
this value can be used to retrieve the next page of results. This value is null
when there are no
more results to return.
nextToken
- The nextToken
value to include in a future DescribeRepositoryCreationTemplates
request. When the results of a DescribeRepositoryCreationTemplates
request exceed
maxResults
, this value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeRepositoryCreationTemplatesResult clone()