Class CreateFeedSpecification
- java.lang.Object
-
- software.amazon.spapi.models.feeds.v2021_06_30.CreateFeedSpecification
-
public class CreateFeedSpecification extends java.lang.Object
Information required to create the feed.
-
-
Constructor Summary
Constructors Constructor Description CreateFeedSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFeedSpecification
addMarketplaceIdsItem(java.lang.String marketplaceIdsItem)
boolean
equals(java.lang.Object o)
CreateFeedSpecification
feedOptions(FeedOptions feedOptions)
CreateFeedSpecification
feedType(java.lang.String feedType)
FeedOptions
getFeedOptions()
Get feedOptionsjava.lang.String
getFeedType()
The feed type.java.lang.String
getInputFeedDocumentId()
The document identifier returned by the createFeedDocument operation.java.util.List<java.lang.String>
getMarketplaceIds()
A list of identifiers for marketplaces that you want the feed to be applied to.int
hashCode()
CreateFeedSpecification
inputFeedDocumentId(java.lang.String inputFeedDocumentId)
CreateFeedSpecification
marketplaceIds(java.util.List<java.lang.String> marketplaceIds)
void
setFeedOptions(FeedOptions feedOptions)
void
setFeedType(java.lang.String feedType)
void
setInputFeedDocumentId(java.lang.String inputFeedDocumentId)
void
setMarketplaceIds(java.util.List<java.lang.String> marketplaceIds)
java.lang.String
toString()
-
-
-
Method Detail
-
feedType
public CreateFeedSpecification feedType(java.lang.String feedType)
-
getFeedType
public java.lang.String getFeedType()
The feed type.- Returns:
- feedType
-
setFeedType
public void setFeedType(java.lang.String feedType)
-
marketplaceIds
public CreateFeedSpecification marketplaceIds(java.util.List<java.lang.String> marketplaceIds)
-
addMarketplaceIdsItem
public CreateFeedSpecification addMarketplaceIdsItem(java.lang.String marketplaceIdsItem)
-
getMarketplaceIds
public java.util.List<java.lang.String> getMarketplaceIds()
A list of identifiers for marketplaces that you want the feed to be applied to.- Returns:
- marketplaceIds
-
setMarketplaceIds
public void setMarketplaceIds(java.util.List<java.lang.String> marketplaceIds)
-
inputFeedDocumentId
public CreateFeedSpecification inputFeedDocumentId(java.lang.String inputFeedDocumentId)
-
getInputFeedDocumentId
public java.lang.String getInputFeedDocumentId()
The document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.- Returns:
- inputFeedDocumentId
-
setInputFeedDocumentId
public void setInputFeedDocumentId(java.lang.String inputFeedDocumentId)
-
feedOptions
public CreateFeedSpecification feedOptions(FeedOptions feedOptions)
-
getFeedOptions
public FeedOptions getFeedOptions()
Get feedOptions- Returns:
- feedOptions
-
setFeedOptions
public void setFeedOptions(FeedOptions feedOptions)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-