@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
workteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SubscribedWorkteam.Builder,SubscribedWorkteam>
public static SubscribedWorkteam.Builder builder()
public static Class<? extends SubscribedWorkteam.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.