public class EndpointBatchRequest
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
EndpointBatchRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<EndpointBatchItem> |
getItem()
List of items to update.
|
int |
hashCode() |
void |
setItem(java.util.Collection<EndpointBatchItem> item)
List of items to update.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EndpointBatchRequest |
withItem(java.util.Collection<EndpointBatchItem> item)
List of items to update.
|
EndpointBatchRequest |
withItem(EndpointBatchItem... item)
List of items to update.
|
public java.util.List<EndpointBatchItem> getItem()
public void setItem(java.util.Collection<EndpointBatchItem> item)
item
- List of items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(EndpointBatchItem... item)
Returns a reference to this object so that method calls can be chained together.
item
- List of items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(java.util.Collection<EndpointBatchItem> item)
Returns a reference to this object so that method calls can be chained together.
item
- List of items to update. Maximum 100 itemspublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.