@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSolFunctionPackageDescriptorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSolFunctionPackageDescriptorRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageDescriptorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccept()
Indicates which content types, expressed as MIME types, the client is able to understand.
|
String |
getVnfPkgId()
ID of the function package.
|
int |
hashCode() |
void |
setAccept(String accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
|
void |
setVnfPkgId(String vnfPkgId)
ID of the function package.
|
String |
toString()
Returns a string representation of this object.
|
GetSolFunctionPackageDescriptorRequest |
withAccept(DescriptorContentType accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
|
GetSolFunctionPackageDescriptorRequest |
withAccept(String accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
|
GetSolFunctionPackageDescriptorRequest |
withVnfPkgId(String vnfPkgId)
ID of the function package.
|
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, withSdkRequestTimeoutpublic GetSolFunctionPackageDescriptorRequest()
public void setAccept(String accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
accept - Indicates which content types, expressed as MIME types, the client is able to understand.DescriptorContentTypepublic String getAccept()
Indicates which content types, expressed as MIME types, the client is able to understand.
DescriptorContentTypepublic GetSolFunctionPackageDescriptorRequest withAccept(String accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
accept - Indicates which content types, expressed as MIME types, the client is able to understand.DescriptorContentTypepublic GetSolFunctionPackageDescriptorRequest withAccept(DescriptorContentType accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
accept - Indicates which content types, expressed as MIME types, the client is able to understand.DescriptorContentTypepublic void setVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String getVnfPkgId()
ID of the function package.
public GetSolFunctionPackageDescriptorRequest withVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String toString()
toString in class ObjectObject.toString()public GetSolFunctionPackageDescriptorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()