@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointBatchRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a batch of endpoints to create or update and the settings and attributes to set or change for each endpoint.
Constructor and Description |
---|
EndpointBatchRequest() |
Modifier and Type | Method and Description |
---|---|
EndpointBatchRequest |
clone() |
boolean |
equals(Object obj) |
List<EndpointBatchItem> |
getItem()
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
String |
toString()
Returns a string representation of this object.
|
EndpointBatchRequest |
withItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest |
withItem(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
public List<EndpointBatchItem> getItem()
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
public void setItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
item
- An array that defines the endpoints to create or update and, for each endpoint, the property values to set
or change. An array can contain a maximum of 100 items.public EndpointBatchRequest withItem(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
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
- An array that defines the endpoints to create or update and, for each endpoint, the property values to set
or change. An array can contain a maximum of 100 items.public EndpointBatchRequest withItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
item
- An array that defines the endpoints to create or update and, for each endpoint, the property values to set
or change. An array can contain a maximum of 100 items.public String toString()
toString
in class Object
Object.toString()
public EndpointBatchRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.