public class InventoryDestination extends Object implements Serializable
Constructor and Description |
---|
InventoryDestination() |
Modifier and Type | Method and Description |
---|---|
InventoryCosBucketDestination |
getCosBucketDestination()
Returns the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
void |
setCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
InventoryDestination |
withCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
Sets the
InventoryCosBucketDestination which contains COS bucket destination information
of where inventory results are published. |
public InventoryCosBucketDestination getCosBucketDestination()
InventoryCosBucketDestination
which contains COS bucket destination information
of where inventory results are published.public void setCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
InventoryCosBucketDestination
which contains COS bucket destination information
of where inventory results are published.public InventoryDestination withCosBucketDestination(InventoryCosBucketDestination cosBucketDestination)
InventoryCosBucketDestination
which contains COS bucket destination information
of where inventory results are published.
This InventoryDestination
object is returned for method chaining.Copyright © 2022. All rights reserved.