@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivitiesResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
ActivitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ActivitiesResponse |
clone() |
boolean |
equals(Object obj) |
List<ActivityResponse> |
getItem()
List of campaign activities
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setItem(Collection<ActivityResponse> item)
List of campaign activities
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ActivitiesResponse |
withItem(ActivityResponse... item)
List of campaign activities
|
ActivitiesResponse |
withItem(Collection<ActivityResponse> item)
List of campaign activities
|
public List<ActivityResponse> getItem()
public void setItem(Collection<ActivityResponse> item)
item - List of campaign activitiespublic ActivitiesResponse withItem(ActivityResponse... item)
NOTE: This method appends the values to the existing list (if any). Use
setItem(java.util.Collection) or withItem(java.util.Collection) if you want to override the
existing values.
item - List of campaign activitiespublic ActivitiesResponse withItem(Collection<ActivityResponse> item)
item - List of campaign activitiespublic String toString()
toString in class ObjectObject.toString()public ActivitiesResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.