Class CapabilitySummary
- java.lang.Object
-
- software.amazon.awssdk.services.b2bi.model.CapabilitySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>
@Generated("software.amazon.awssdk:codegen") public final class CapabilitySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>
Returns the capability summary details. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCapabilitySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CapabilitySummary.Builderbuilder()StringcapabilityId()Returns a system-assigned unique identifier for the capability.InstantcreatedAt()Returns a timestamp for creation date and time of the capability.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantmodifiedAt()Returns a timestamp that identifies the most recent date and time that the capability was modified.Stringname()The display name of the capability.List<SdkField<?>>sdkFields()static Class<? extends CapabilitySummary.Builder>serializableBuilderClass()CapabilitySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.CapabilityTypetype()Returns the type of the capability.StringtypeAsString()Returns the type of the capability.-
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
-
capabilityId
public final String capabilityId()
Returns a system-assigned unique identifier for the capability.
- Returns:
- Returns a system-assigned unique identifier for the capability.
-
name
public final String name()
The display name of the capability.
- Returns:
- The display name of the capability.
-
type
public final CapabilityType type()
Returns the type of the capability. Currently, only
ediis supported.If the service returns an enum value that is not available in the current SDK version,
typewill returnCapabilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Returns the type of the capability. Currently, only
ediis supported. - See Also:
CapabilityType
-
typeAsString
public final String typeAsString()
Returns the type of the capability. Currently, only
ediis supported.If the service returns an enum value that is not available in the current SDK version,
typewill returnCapabilityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Returns the type of the capability. Currently, only
ediis supported. - See Also:
CapabilityType
-
createdAt
public final Instant createdAt()
Returns a timestamp for creation date and time of the capability.
- Returns:
- Returns a timestamp for creation date and time of the capability.
-
modifiedAt
public final Instant modifiedAt()
Returns a timestamp that identifies the most recent date and time that the capability was modified.
- Returns:
- Returns a timestamp that identifies the most recent date and time that the capability was modified.
-
toBuilder
public CapabilitySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CapabilitySummary.Builder,CapabilitySummary>
-
builder
public static CapabilitySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CapabilitySummary.Builder> serializableBuilderClass()
-
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.
-
-