@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventSourceMappingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEventSourceMappingsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEventSourceMappingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEventSourceArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
|
String |
getFunctionName()
The name of the Lambda function.
|
String |
getMarker()
Optional string.
|
Integer |
getMaxItems()
Optional integer.
|
int |
hashCode() |
void |
setEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
|
void |
setFunctionName(String functionName)
The name of the Lambda function.
|
void |
setMarker(String marker)
Optional string.
|
void |
setMaxItems(Integer maxItems)
Optional integer.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListEventSourceMappingsRequest |
withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream.
|
ListEventSourceMappingsRequest |
withFunctionName(String functionName)
The name of the Lambda function.
|
ListEventSourceMappingsRequest |
withMarker(String marker)
Optional string.
|
ListEventSourceMappingsRequest |
withMaxItems(Integer maxItems)
Optional integer.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)
eventSourceArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)public String getEventSourceArn()
The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)
public ListEventSourceMappingsRequest withEventSourceArn(String eventSourceArn)
The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)
eventSourceArn
- The Amazon Resource Name (ARN) of the Amazon Kinesis stream. (This parameter is optional.)public void setFunctionName(String functionName)
The name of the Lambda function.
You can specify the 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
). If you
are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version
or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID
qualifier (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 characters in length.
functionName
- The name of the Lambda function.
You can specify the 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
). If you are using versioning, you can
also provide a qualified function ARN (ARN that is qualified with function version or alias name as
suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (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 characters in length.
public String getFunctionName()
The name of the Lambda function.
You can specify the 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
). If you
are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version
or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID
qualifier (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 characters in length.
You can specify the 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
). If you are using versioning, you
can also provide a qualified function ARN (ARN that is qualified with function version or alias name as
suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (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 characters in length.
public ListEventSourceMappingsRequest withFunctionName(String functionName)
The name of the Lambda function.
You can specify the 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
). If you
are using versioning, you can also provide a qualified function ARN (ARN that is qualified with function version
or alias name as suffix). AWS Lambda also allows you to specify only the function name with the account ID
qualifier (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 characters in length.
functionName
- The name of the Lambda function.
You can specify the 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
). If you are using versioning, you can
also provide a qualified function ARN (ARN that is qualified with function version or alias name as
suffix). AWS Lambda also allows you to specify only the function name with the account ID qualifier (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 characters in length.
public void setMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.
marker
- Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.public String getMarker()
Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.
ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.public ListEventSourceMappingsRequest withMarker(String marker)
Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.
marker
- Optional string. An opaque pagination token returned from a previous ListEventSourceMappings
operation. If present, specifies to continue the list from where the returning call left off.public void setMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of event sources to return in response. This value must be
greater than 0.public Integer getMaxItems()
Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.
public ListEventSourceMappingsRequest withMaxItems(Integer maxItems)
Optional integer. Specifies the maximum number of event sources to return in response. This value must be greater than 0.
maxItems
- Optional integer. Specifies the maximum number of event sources to return in response. This value must be
greater than 0.public String toString()
toString
in class Object
Object.toString()
public ListEventSourceMappingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.