@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedWorkteam extends Object implements Serializable, Cloneable, StructuredPojo
Describes a work team of a vendor that does the a labelling job.
Constructor and Description |
---|
SubscribedWorkteam() |
Modifier and Type | Method and Description |
---|---|
SubscribedWorkteam |
clone() |
boolean |
equals(Object obj) |
String |
getListingId()
|
String |
getMarketplaceDescription()
The description of the vendor from the Amazon Marketplace.
|
String |
getMarketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.
|
String |
getSellerName()
The name of the vendor in the Amazon Marketplace.
|
String |
getWorkteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setListingId(String listingId)
|
void |
setMarketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
|
void |
setMarketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
|
void |
setSellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
|
void |
setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedWorkteam |
withListingId(String listingId)
|
SubscribedWorkteam |
withMarketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
|
SubscribedWorkteam |
withMarketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
|
SubscribedWorkteam |
withSellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
|
SubscribedWorkteam |
withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
|
public void setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
workteamArn
- The Amazon Resource Name (ARN) of the vendor that you have subscribed.public String getWorkteamArn()
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
public SubscribedWorkteam withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the vendor that you have subscribed.
workteamArn
- The Amazon Resource Name (ARN) of the vendor that you have subscribed.public void setMarketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
marketplaceTitle
- The title of the service provided by the vendor in the Amazon Marketplace.public String getMarketplaceTitle()
The title of the service provided by the vendor in the Amazon Marketplace.
public SubscribedWorkteam withMarketplaceTitle(String marketplaceTitle)
The title of the service provided by the vendor in the Amazon Marketplace.
marketplaceTitle
- The title of the service provided by the vendor in the Amazon Marketplace.public void setSellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
sellerName
- The name of the vendor in the Amazon Marketplace.public String getSellerName()
The name of the vendor in the Amazon Marketplace.
public SubscribedWorkteam withSellerName(String sellerName)
The name of the vendor in the Amazon Marketplace.
sellerName
- The name of the vendor in the Amazon Marketplace.public void setMarketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
marketplaceDescription
- The description of the vendor from the Amazon Marketplace.public String getMarketplaceDescription()
The description of the vendor from the Amazon Marketplace.
public SubscribedWorkteam withMarketplaceDescription(String marketplaceDescription)
The description of the vendor from the Amazon Marketplace.
marketplaceDescription
- The description of the vendor from the Amazon Marketplace.public void setListingId(String listingId)
listingId
- public String getListingId()
public SubscribedWorkteam withListingId(String listingId)
listingId
- public String toString()
toString
in class Object
Object.toString()
public SubscribedWorkteam clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.