@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()
|
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, wait
copy
public String workteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
public String marketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.
public String sellerName()
The name of the vendor in the Amazon Marketplace.
public String marketplaceDescription()
The description of the vendor from the Amazon Marketplace.
public String listingId()
public SubscribedWorkteam.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
public static SubscribedWorkteam.Builder builder()
public static Class<? extends SubscribedWorkteam.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.