@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointBatchRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
EndpointBatchRequest() |
Modifier and Type | Method and Description |
---|---|
EndpointBatchRequest |
clone() |
boolean |
equals(Object obj) |
List<EndpointBatchItem> |
getItem()
List of items to update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setItem(Collection<EndpointBatchItem> item)
List of items to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EndpointBatchRequest |
withItem(Collection<EndpointBatchItem> item)
List of items to update.
|
EndpointBatchRequest |
withItem(EndpointBatchItem... item)
List of items to update.
|
public List<EndpointBatchItem> getItem()
public void setItem(Collection<EndpointBatchItem> item)
item
- List of items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(EndpointBatchItem... 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 items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(Collection<EndpointBatchItem> item)
item
- List of items to update. Maximum 100 itemspublic String toString()
toString
in class Object
Object.toString()
public EndpointBatchRequest 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.