public class ListVersionsByFunctionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
functionName
Function name whose versions to list.
|
private java.lang.String |
marker
Optional string.
|
private java.lang.Integer |
maxItems
Optional integer.
|
NOOP
Constructor and Description |
---|
ListVersionsByFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
ListVersionsByFunctionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunctionName()
Function name whose versions to list.
|
java.lang.String |
getMarker()
Optional string.
|
java.lang.Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setFunctionName(java.lang.String functionName)
Function name whose versions to list.
|
void |
setMarker(java.lang.String marker)
Optional string.
|
void |
setMaxItems(java.lang.Integer maxItems)
Optional integer.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListVersionsByFunctionRequest |
withFunctionName(java.lang.String functionName)
Function name whose versions to list.
|
ListVersionsByFunctionRequest |
withMarker(java.lang.String marker)
Optional string.
|
ListVersionsByFunctionRequest |
withMaxItems(java.lang.Integer maxItems)
Optional integer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String functionName
Function name whose versions to list. You can specify a function name
(for example, Thumbnail
) or you can specify Amazon Resource
Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS
Lambda also allows you to specify a partial ARN (for example,
account-id:Thumbnail
). Note that the length constraint
applies only to the ARN. If you specify only the function name, it is
limited to 64 character in length.
private java.lang.String marker
Optional string. An opaque pagination token returned from a previous
ListVersionsByFunction
operation. If present, indicates
where to continue the listing.
private java.lang.Integer maxItems
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
public void setFunctionName(java.lang.String functionName)
Function name whose versions to list. You can specify a function name
(for example, Thumbnail
) or you can specify Amazon Resource
Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS
Lambda also allows you to specify a partial ARN (for example,
account-id:Thumbnail
). Note that the length constraint
applies only to the ARN. If you specify only the function name, it is
limited to 64 character in length.
functionName
- Function name whose versions to list. You can specify a function
name (for example, Thumbnail
) or you can specify
Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to specify a partial ARN (for
example, account-id:Thumbnail
). Note that the length
constraint applies only to the ARN. If you specify only the
function name, it is limited to 64 character in length.public java.lang.String getFunctionName()
Function name whose versions to list. You can specify a function name
(for example, Thumbnail
) or you can specify Amazon Resource
Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS
Lambda also allows you to specify a partial ARN (for example,
account-id:Thumbnail
). Note that the length constraint
applies only to the ARN. If you specify only the function name, it is
limited to 64 character in length.
Thumbnail
) or you can specify
Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to specify a partial ARN (for
example, account-id:Thumbnail
). Note that the length
constraint applies only to the ARN. If you specify only the
function name, it is limited to 64 character in length.public ListVersionsByFunctionRequest withFunctionName(java.lang.String functionName)
Function name whose versions to list. You can specify a function name
(for example, Thumbnail
) or you can specify Amazon Resource
Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS
Lambda also allows you to specify a partial ARN (for example,
account-id:Thumbnail
). Note that the length constraint
applies only to the ARN. If you specify only the function name, it is
limited to 64 character in length.
functionName
- Function name whose versions to list. You can specify a function
name (for example, Thumbnail
) or you can specify
Amazon Resource Name (ARN) of the function (for example,
arn:aws:lambda:us-west-2:account-id:function:ThumbNail
). AWS Lambda also allows you to specify a partial ARN (for
example, account-id:Thumbnail
). Note that the length
constraint applies only to the ARN. If you specify only the
function name, it is limited to 64 character in length.public void setMarker(java.lang.String marker)
Optional string. An opaque pagination token returned from a previous
ListVersionsByFunction
operation. If present, indicates
where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a
previous ListVersionsByFunction
operation. If
present, indicates where to continue the listing.public java.lang.String getMarker()
Optional string. An opaque pagination token returned from a previous
ListVersionsByFunction
operation. If present, indicates
where to continue the listing.
ListVersionsByFunction
operation. If
present, indicates where to continue the listing.public ListVersionsByFunctionRequest withMarker(java.lang.String marker)
Optional string. An opaque pagination token returned from a previous
ListVersionsByFunction
operation. If present, indicates
where to continue the listing.
marker
- Optional string. An opaque pagination token returned from a
previous ListVersionsByFunction
operation. If
present, indicates where to continue the listing.public void setMaxItems(java.lang.Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda
function versions to return in response. This parameter value must
be greater than 0.public java.lang.Integer getMaxItems()
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
public ListVersionsByFunctionRequest withMaxItems(java.lang.Integer maxItems)
Optional integer. Specifies the maximum number of AWS Lambda function versions to return in response. This parameter value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of AWS Lambda
function versions to return in response. This parameter value must
be greater than 0.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListVersionsByFunctionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()