@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
GetPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFunctionName()
Function name whose resource policy you want to retrieve.
|
String |
getQualifier()
You can specify this optional query parameter to specify a function version or an alias name in which case this
API will return all permissions associated with the specific qualified ARN.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
Function name whose resource policy you want to retrieve.
|
void |
setQualifier(String qualifier)
You can specify this optional query parameter to specify a function version or an alias name in which case this
API will return all permissions associated with the specific qualified ARN.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPolicyRequest |
withFunctionName(String functionName)
Function name whose resource policy you want to retrieve.
|
GetPolicyRequest |
withQualifier(String qualifier)
You can specify this optional query parameter to specify a function version or an alias name in which case this
API will return all permissions associated with the specific qualified ARN.
|
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 setFunctionName(String functionName)
Function name whose resource policy you want to retrieve.
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
- Function name whose resource policy you want to retrieve.
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()
Function name whose resource policy you want to retrieve.
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 GetPolicyRequest withFunctionName(String functionName)
Function name whose resource policy you want to retrieve.
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
- Function name whose resource policy you want to retrieve.
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 setQualifier(String qualifier)
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.
qualifier
- You can specify this optional query parameter to specify a function version or an alias name in which case
this API will return all permissions associated with the specific qualified ARN. If you don't provide this
parameter, the API will return permissions that apply to the unqualified function ARN.public String getQualifier()
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.
public GetPolicyRequest withQualifier(String qualifier)
You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN. If you don't provide this parameter, the API will return permissions that apply to the unqualified function ARN.
qualifier
- You can specify this optional query parameter to specify a function version or an alias name in which case
this API will return all permissions associated with the specific qualified ARN. If you don't provide this
parameter, the API will return permissions that apply to the unqualified function ARN.public String toString()
toString
in class Object
Object.toString()
public GetPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.