Class Resource
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Resource.Builder,Resource>
A resource that provides supplementary information about a product, such as documentation links, support contacts, or usage instructions.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Resource.Builderbuilder()final ResourceContentTypeThe format of the resource content, such as a URL, email address, or text.final StringThe format of the resource content, such as a URL, email address, or text.final StringAn optional human-readable label for the resource.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 ResourceTypeThe category of the resource, such as manufacturer support or usage instructions.final StringThe category of the resource, such as manufacturer support or usage instructions.static Class<? extends Resource.Builder> 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 Stringvalue()The resource content.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
resourceType
The category of the resource, such as manufacturer support or usage instructions.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The category of the resource, such as manufacturer support or usage instructions.
- See Also:
-
resourceTypeAsString
The category of the resource, such as manufacturer support or usage instructions.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The category of the resource, such as manufacturer support or usage instructions.
- See Also:
-
contentType
The format of the resource content, such as a URL, email address, or text.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnResourceContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The format of the resource content, such as a URL, email address, or text.
- See Also:
-
contentTypeAsString
The format of the resource content, such as a URL, email address, or text.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnResourceContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The format of the resource content, such as a URL, email address, or text.
- See Also:
-
value
The resource content. Interpretation depends on the content type.
- Returns:
- The resource content. Interpretation depends on the content type.
-
displayName
An optional human-readable label for the resource.
- Returns:
- An optional human-readable label for the resource.
-
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<Resource.Builder,Resource> - Returns:
- a builder for type T
-
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.
-