Class DescribeAddonVersionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.eks.model.EksRequest
-
- software.amazon.awssdk.services.eks.model.DescribeAddonVersionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAddonVersionsRequest extends EksRequest implements ToCopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAddonVersionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddonName()The name of the add-on.static DescribeAddonVersionsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasOwners()For responses, this returns true if the service returned a value for the Owners property.booleanhasPublishers()For responses, this returns true if the service returned a value for the Publishers property.booleanhasTypes()For responses, this returns true if the service returned a value for the Types property.StringkubernetesVersion()The Kubernetes versions that you can use the add-on with.IntegermaxResults()The maximum number of results, returned in paginated output.StringnextToken()ThenextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter.List<String>owners()The owner of the add-on.List<String>publishers()The publisher of the add-on.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeAddonVersionsRequest.Builder>serializableBuilderClass()DescribeAddonVersionsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.List<String>types()The type of the add-on.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
kubernetesVersion
public final String kubernetesVersion()
The Kubernetes versions that you can use the add-on with.
- Returns:
- The Kubernetes versions that you can use the add-on with.
-
maxResults
public final Integer maxResults()
The maximum number of results, returned in paginated output. You receive
maxResultsin a single page, along with anextTokenresponse element. You can see the remaining results of the initial request by sending another request with the returnednextTokenvalue. This value can be between 1 and 100. If you don't use this parameter, 100 results and anextTokenvalue, if applicable, are returned.- Returns:
- The maximum number of results, returned in paginated output. You receive
maxResultsin a single page, along with anextTokenresponse element. You can see the remaining results of the initial request by sending another request with the returnednextTokenvalue. This value can be between 1 and 100. If you don't use this parameter, 100 results and anextTokenvalue, if applicable, are returned.
-
nextToken
public final String nextToken()
The
nextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- The
nextTokenvalue returned from a previous paginated request, wheremaxResultswas used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned thenextTokenvalue. This value is null when there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
-
addonName
public final String addonName()
The name of the add-on. The name must match one of the names returned by
ListAddons.- Returns:
- The name of the add-on. The name must match one of the names returned by
ListAddons.
-
hasTypes
public final boolean hasTypes()
For responses, this returns true if the service returned a value for the Types property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
types
public final List<String> types()
The type of the add-on. For valid
types, don't specify a value for this property.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTypes()method.- Returns:
- The type of the add-on. For valid
types, don't specify a value for this property.
-
hasPublishers
public final boolean hasPublishers()
For responses, this returns true if the service returned a value for the Publishers property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
publishers
public final List<String> publishers()
The publisher of the add-on. For valid
publishers, don't specify a value for this property.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPublishers()method.- Returns:
- The publisher of the add-on. For valid
publishers, don't specify a value for this property.
-
hasOwners
public final boolean hasOwners()
For responses, this returns true if the service returned a value for the Owners property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
owners
public final List<String> owners()
The owner of the add-on. For valid
owners, don't specify a value for this property.Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasOwners()method.- Returns:
- The owner of the add-on. For valid
owners, don't specify a value for this property.
-
toBuilder
public DescribeAddonVersionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAddonVersionsRequest.Builder,DescribeAddonVersionsRequest>- Specified by:
toBuilderin classEksRequest
-
builder
public static DescribeAddonVersionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAddonVersionsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-