@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSolFunctionPackageContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP | Constructor and Description |
|---|
GetSolFunctionPackageContentRequest () |
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageContentRequest |
clone ()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals (Object obj) |
String |
getAccept ()
The format of the package that you want to download from the function packages.
|
String |
getVnfPkgId ()
ID of the function package.
|
int |
hashCode () |
void |
setAccept (String accept)
The format of the package that you want to download from the function packages.
|
void |
setVnfPkgId (String vnfPkgId)
ID of the function package.
|
String |
toString ()
Returns a string representation of this object.
|
GetSolFunctionPackageContentRequest |
withAccept (PackageContentType accept)
The format of the package that you want to download from the function packages.
|
GetSolFunctionPackageContentRequest |
withAccept (String accept)
The format of the package that you want to download from the function packages.
|
GetSolFunctionPackageContentRequest |
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, withSdkRequestTimeout public GetSolFunctionPackageContentRequest()
public void setAccept(String accept)
The format of the package that you want to download from the function packages.
accept - The format of the package that you want to download from the function packages.PackageContentType public String getAccept()
The format of the package that you want to download from the function packages.
PackageContentType public GetSolFunctionPackageContentRequest withAccept(String accept)
The format of the package that you want to download from the function packages.
accept - The format of the package that you want to download from the function packages.PackageContentType public GetSolFunctionPackageContentRequest withAccept(PackageContentType accept)
The format of the package that you want to download from the function packages.
accept - The format of the package that you want to download from the function packages.PackageContentType public void setVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String getVnfPkgId()
ID of the function package.
public GetSolFunctionPackageContentRequest withVnfPkgId(String vnfPkgId)
ID of the function package.
vnfPkgId - ID of the function package.public String toString()
toString in class Object Object.toString() public GetSolFunctionPackageContentRequest clone()
AmazonWebServiceRequest clone in class AmazonWebServiceRequest Object.clone()