Class ProductRestEndpointPageSummaryNoBody
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProductRestEndpointPageSummaryNoBody.Builder,ProductRestEndpointPageSummaryNoBody>
A summary of a product REST endpoint page, without providing the page content.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final Stringendpoint()The endpoint of the product REST endpoint page.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp when the product REST endpoint page was last modified.final StringThe operation name of the product REST endpoint.final StringThe ARN of the product REST endpoint page.final StringThe product REST endpoint page identifier.final RestEndpointIdentifierThe REST endpoint identifier.static Class<? extends ProductRestEndpointPageSummaryNoBody.Builder> final Statusstatus()The status.final StringThe status.final StatusExceptionThe status exception information.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final TryItStateThe try it state of a product REST endpoint page.final StringThe try it state of a product REST endpoint page.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
endpoint
The endpoint of the product REST endpoint page.
- Returns:
- The endpoint of the product REST endpoint page.
-
lastModified
The timestamp when the product REST endpoint page was last modified.
- Returns:
- The timestamp when the product REST endpoint page was last modified.
-
operationName
The operation name of the product REST endpoint.
- Returns:
- The operation name of the product REST endpoint.
-
productRestEndpointPageArn
The ARN of the product REST endpoint page.
- Returns:
- The ARN of the product REST endpoint page.
-
productRestEndpointPageId
The product REST endpoint page identifier.
- Returns:
- The product REST endpoint page identifier.
-
restEndpointIdentifier
The REST endpoint identifier.
- Returns:
- The REST endpoint identifier.
-
status
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
-
statusAsString
The status.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status.
- See Also:
-
statusException
The status exception information.
- Returns:
- The status exception information.
-
tryItState
The try it state of a product REST endpoint page.
If the service returns an enum value that is not available in the current SDK version,
tryItStatewill returnTryItState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtryItStateAsString().- Returns:
- The try it state of a product REST endpoint page.
- See Also:
-
tryItStateAsString
The try it state of a product REST endpoint page.
If the service returns an enum value that is not available in the current SDK version,
tryItStatewill returnTryItState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtryItStateAsString().- Returns:
- The try it state of a product REST endpoint page.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ProductRestEndpointPageSummaryNoBody.Builder,ProductRestEndpointPageSummaryNoBody> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends ProductRestEndpointPageSummaryNoBody.Builder> serializableBuilderClass() -
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-