@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeManagedProductsByVendorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeManagedProductsByVendorResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeManagedProductsByVendorResult |
clone() |
boolean |
equals(Object obj) |
List<ManagedProductDescriptor> |
getManagedProducts()
High-level information for the managed rule groups owned by the specified vendor.
|
int |
hashCode() |
void |
setManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
String |
toString()
Returns a string representation of this object.
|
DescribeManagedProductsByVendorResult |
withManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
DescribeManagedProductsByVendorResult |
withManagedProducts(ManagedProductDescriptor... managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeManagedProductsByVendorResult()
public List<ManagedProductDescriptor> getManagedProducts()
High-level information for the managed rule groups owned by the specified vendor.
public void setManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
managedProducts - High-level information for the managed rule groups owned by the specified vendor.public DescribeManagedProductsByVendorResult withManagedProducts(ManagedProductDescriptor... managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
NOTE: This method appends the values to the existing list (if any). Use
setManagedProducts(java.util.Collection) or withManagedProducts(java.util.Collection) if you
want to override the existing values.
managedProducts - High-level information for the managed rule groups owned by the specified vendor.public DescribeManagedProductsByVendorResult withManagedProducts(Collection<ManagedProductDescriptor> managedProducts)
High-level information for the managed rule groups owned by the specified vendor.
managedProducts - High-level information for the managed rule groups owned by the specified vendor.public String toString()
toString in class ObjectObject.toString()public DescribeManagedProductsByVendorResult clone()