@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRegistriesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeRegistriesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRegistriesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
nextToken value to include in a future DescribeRepositories request. |
List<Registry> |
getRegistries()
An object that contains the details for a public registry.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
nextToken value to include in a future DescribeRepositories request. |
void |
setRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRegistriesResult |
withNextToken(String nextToken)
The
nextToken value to include in a future DescribeRepositories request. |
DescribeRegistriesResult |
withRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
|
DescribeRegistriesResult |
withRegistries(Registry... registries)
An object that contains the details for a public registry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Registry> getRegistries()
An object that contains the details for a public registry.
public void setRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
registries - An object that contains the details for a public registry.public DescribeRegistriesResult withRegistries(Registry... registries)
An object that contains the details for a public registry.
NOTE: This method appends the values to the existing list (if any). Use
setRegistries(java.util.Collection) or withRegistries(java.util.Collection) if you want to
override the existing values.
registries - An object that contains the details for a public registry.public DescribeRegistriesResult withRegistries(Collection<Registry> registries)
An object that contains the details for a public registry.
registries - An object that contains the details for a public registry.public void setNextToken(String nextToken)
The nextToken value to include in a future DescribeRepositories request. If the results
of a DescribeRepositories request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results, this value is null.
nextToken - The nextToken value to include in a future DescribeRepositories request. If the
results of a DescribeRepositories request exceed maxResults, you can use this
value to retrieve the next page of results. If there are no more results, this value is null.public String getNextToken()
The nextToken value to include in a future DescribeRepositories request. If the results
of a DescribeRepositories request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results, this value is null.
nextToken value to include in a future DescribeRepositories request. If the
results of a DescribeRepositories request exceed maxResults, you can use this
value to retrieve the next page of results. If there are no more results, this value is null
.public DescribeRegistriesResult withNextToken(String nextToken)
The nextToken value to include in a future DescribeRepositories request. If the results
of a DescribeRepositories request exceed maxResults, you can use this value to retrieve
the next page of results. If there are no more results, this value is null.
nextToken - The nextToken value to include in a future DescribeRepositories request. If the
results of a DescribeRepositories request exceed maxResults, you can use this
value to retrieve the next page of results. If there are no more results, this value is null.public String toString()
toString in class ObjectObject.toString()public DescribeRegistriesResult clone()