@Generated(value="software.amazon.awssdk:codegen") public final class ListServiceTemplatesResponse extends ProtonResponse implements ToCopyableBuilder<ListServiceTemplatesResponse.Builder,ListServiceTemplatesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListServiceTemplatesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListServiceTemplatesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTemplates()
For responses, this returns true if the service returned a value for the Templates property.
|
String |
nextToken()
A token that indicates the location of the next service template in the array of service templates, after the
current requested list of service templates.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListServiceTemplatesResponse.Builder> |
serializableBuilderClass() |
List<ServiceTemplateSummary> |
templates()
An array of service templates with detail data.
|
ListServiceTemplatesResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
A token that indicates the location of the next service template in the array of service templates, after the current requested list of service templates.
public final boolean hasTemplates()
isEmpty() 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.public final List<ServiceTemplateSummary> templates()
An array of service templates with detail data.
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 hasTemplates() method.
public ListServiceTemplatesResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListServiceTemplatesResponse.Builder,ListServiceTemplatesResponse>toBuilder in class AwsResponsepublic static ListServiceTemplatesResponse.Builder builder()
public static Class<? extends ListServiceTemplatesResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.