@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFunctionsByCodeSigningConfigResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListFunctionsByCodeSigningConfigResult() |
Modifier and Type | Method and Description |
---|---|
ListFunctionsByCodeSigningConfigResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFunctionArns()
The function ARNs.
|
String |
getNextMarker()
The pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setFunctionArns(Collection<String> functionArns)
The function ARNs.
|
void |
setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListFunctionsByCodeSigningConfigResult |
withFunctionArns(Collection<String> functionArns)
The function ARNs.
|
ListFunctionsByCodeSigningConfigResult |
withFunctionArns(String... functionArns)
The function ARNs.
|
ListFunctionsByCodeSigningConfigResult |
withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListFunctionsByCodeSigningConfigResult()
public void setNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public String getNextMarker()
The pagination token that's included if more results are available.
public ListFunctionsByCodeSigningConfigResult withNextMarker(String nextMarker)
The pagination token that's included if more results are available.
nextMarker
- The pagination token that's included if more results are available.public List<String> getFunctionArns()
The function ARNs.
public void setFunctionArns(Collection<String> functionArns)
The function ARNs.
functionArns
- The function ARNs.public ListFunctionsByCodeSigningConfigResult withFunctionArns(String... functionArns)
The function ARNs.
NOTE: This method appends the values to the existing list (if any). Use
setFunctionArns(java.util.Collection)
or withFunctionArns(java.util.Collection)
if you want to
override the existing values.
functionArns
- The function ARNs.public ListFunctionsByCodeSigningConfigResult withFunctionArns(Collection<String> functionArns)
The function ARNs.
functionArns
- The function ARNs.public String toString()
toString
in class Object
Object.toString()
public ListFunctionsByCodeSigningConfigResult clone()