@Generated(value="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 a labelling job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SubscribedWorkteam.Builder |
| Modifier and Type | Method and 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.
|
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
public final String marketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.
public final String sellerName()
The name of the vendor in the Amazon Marketplace.
public final String marketplaceDescription()
The description of the vendor from the Amazon Marketplace.
public final String listingId()
Marketplace product listing ID.
public SubscribedWorkteam.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>public static SubscribedWorkteam.Builder builder()
public static Class<? extends SubscribedWorkteam.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.