@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppInputSourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAppInputSourcesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAppInputSourcesResult |
clone() |
boolean |
equals(Object obj) |
List<AppInputSource> |
getAppInputSources()
The list of Resilience Hub application input sources.
|
String |
getNextToken()
The token for the next set of results, or null if there are no more results.
|
int |
hashCode() |
void |
setAppInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
|
void |
setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppInputSourcesResult |
withAppInputSources(AppInputSource... appInputSources)
The list of Resilience Hub application input sources.
|
ListAppInputSourcesResult |
withAppInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
|
ListAppInputSourcesResult |
withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AppInputSource> getAppInputSources()
The list of Resilience Hub application input sources.
public void setAppInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
appInputSources - The list of Resilience Hub application input sources.public ListAppInputSourcesResult withAppInputSources(AppInputSource... appInputSources)
The list of Resilience Hub application input sources.
NOTE: This method appends the values to the existing list (if any). Use
setAppInputSources(java.util.Collection) or withAppInputSources(java.util.Collection) if you
want to override the existing values.
appInputSources - The list of Resilience Hub application input sources.public ListAppInputSourcesResult withAppInputSources(Collection<AppInputSource> appInputSources)
The list of Resilience Hub application input sources.
appInputSources - The list of Resilience Hub application input sources.public void setNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String getNextToken()
The token for the next set of results, or null if there are no more results.
public ListAppInputSourcesResult withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.public String toString()
toString in class ObjectObject.toString()public ListAppInputSourcesResult clone()
Copyright © 2023. All rights reserved.