@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFunctionUrlConfigsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFunctionUrlConfigsResult() |
Modifier and Type | Method and Description |
---|---|
ListFunctionUrlConfigsResult |
clone() |
boolean |
equals(Object obj) |
List<FunctionUrlConfig> |
getFunctionUrlConfigs() |
String |
getNextMarker() |
int |
hashCode() |
void |
setFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) |
void |
setNextMarker(String nextMarker) |
String |
toString()
Returns a string representation of this object.
|
ListFunctionUrlConfigsResult |
withFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) |
ListFunctionUrlConfigsResult |
withFunctionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
NOTE: This method appends the values to the existing list (if any).
|
ListFunctionUrlConfigsResult |
withNextMarker(String nextMarker) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<FunctionUrlConfig> getFunctionUrlConfigs()
public void setFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs)
functionUrlConfigs
- public ListFunctionUrlConfigsResult withFunctionUrlConfigs(FunctionUrlConfig... functionUrlConfigs)
NOTE: This method appends the values to the existing list (if any). Use
setFunctionUrlConfigs(java.util.Collection)
or withFunctionUrlConfigs(java.util.Collection)
if
you want to override the existing values.
functionUrlConfigs
- public ListFunctionUrlConfigsResult withFunctionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs)
functionUrlConfigs
- public void setNextMarker(String nextMarker)
nextMarker
- public String getNextMarker()
public ListFunctionUrlConfigsResult withNextMarker(String nextMarker)
nextMarker
- public String toString()
toString
in class Object
Object.toString()
public ListFunctionUrlConfigsResult clone()
Copyright © 2021. All rights reserved.