@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeInboundIntegrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeInboundIntegrationsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeInboundIntegrationsResult |
clone() |
boolean |
equals(Object obj) |
List<InboundIntegration> |
getInboundIntegrations()
A list of InboundIntegration instances.
|
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request.
|
int |
hashCode() |
void |
setInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeInboundIntegrationsResult |
withInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResult |
withInboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
|
DescribeInboundIntegrationsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public String getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public DescribeInboundIntegrationsResult withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent request. If
a value is returned in a response, you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public List<InboundIntegration> getInboundIntegrations()
A list of InboundIntegration instances.
public void setInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
inboundIntegrations
- A list of InboundIntegration instances.public DescribeInboundIntegrationsResult withInboundIntegrations(InboundIntegration... inboundIntegrations)
A list of InboundIntegration instances.
NOTE: This method appends the values to the existing list (if any). Use
setInboundIntegrations(java.util.Collection)
or withInboundIntegrations(java.util.Collection)
if you want to override the existing values.
inboundIntegrations
- A list of InboundIntegration instances.public DescribeInboundIntegrationsResult withInboundIntegrations(Collection<InboundIntegration> inboundIntegrations)
A list of InboundIntegration instances.
inboundIntegrations
- A list of InboundIntegration instances.public String toString()
toString
in class Object
Object.toString()
public DescribeInboundIntegrationsResult clone()