@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 containing 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 containing 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 containing the details for a public registry.
|
DescribeRegistriesResult |
withRegistries(Registry... registries)
An object containing the details for a public registry.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Registry> getRegistries()
An object containing the details for a public registry.
public void setRegistries(Collection<Registry> registries)
An object containing the details for a public registry.
registries
- An object containing the details for a public registry.public DescribeRegistriesResult withRegistries(Registry... registries)
An object containing 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 containing the details for a public registry.public DescribeRegistriesResult withRegistries(Collection<Registry> registries)
An object containing the details for a public registry.
registries
- An object containing the details for a public registry.public void setNextToken(String nextToken)
The nextToken
value to include in a future DescribeRepositories
request. When the
results of a DescribeRepositories
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 DescribeRepositories
request. When
the results of a DescribeRepositories
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 DescribeRepositories
request. When the
results of a DescribeRepositories
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 DescribeRepositories
request. When
the results of a DescribeRepositories
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 DescribeRegistriesResult withNextToken(String nextToken)
The nextToken
value to include in a future DescribeRepositories
request. When the
results of a DescribeRepositories
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 DescribeRepositories
request. When
the results of a DescribeRepositories
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 DescribeRegistriesResult clone()