Class SubscribedWorkteam
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.SubscribedWorkteam
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
@Generated("software.amazon.awssdk:codegen") public final class SubscribedWorkteam extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
Describes a work team of a vendor that does the labelling job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SubscribedWorkteam.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscribedWorkteam.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
listingId()
Marketplace product listing ID.String
marketplaceDescription()
The description of the vendor from the Amazon Marketplace.String
marketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
String
sellerName()
The name of the vendor in the Amazon Marketplace.static Class<? extends SubscribedWorkteam.Builder>
serializableBuilderClass()
SubscribedWorkteam.Builder
toBuilder()
String
toString()
Returns a string representation of this object.String
workteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.-
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
-
workteamArn
public final String workteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
- Returns:
- The Amazon Resource Name (ARN) of the vendor that you have subscribed.
-
marketplaceTitle
public final String marketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.
- Returns:
- The title of the service provided by the vendor in the Amazon Marketplace.
-
sellerName
public final String sellerName()
The name of the vendor in the Amazon Marketplace.
- Returns:
- The name of the vendor in the Amazon Marketplace.
-
marketplaceDescription
public final String marketplaceDescription()
The description of the vendor from the Amazon Marketplace.
- Returns:
- The description of the vendor from the Amazon Marketplace.
-
listingId
public final String listingId()
Marketplace product listing ID.
- Returns:
- Marketplace product listing ID.
-
toBuilder
public SubscribedWorkteam.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
-
builder
public static SubscribedWorkteam.Builder builder()
-
serializableBuilderClass
public static Class<? extends SubscribedWorkteam.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-