@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSigningPlatformResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetSigningPlatformResult() |
| Modifier and Type | Method and Description |
|---|---|
GetSigningPlatformResult |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category type of the target signing platform.
|
String |
getDisplayName()
The display name of the target signing platform.
|
Integer |
getMaxSizeInMB()
The maximum size (in MB) of the payload that can be signed by the target platform.
|
String |
getPartner()
A list of partner entities that use the target signing platform.
|
String |
getPlatformId()
The ID of the target signing platform.
|
SigningConfiguration |
getSigningConfiguration()
A list of configurations applied to the target platform at signing.
|
SigningImageFormat |
getSigningImageFormat()
The format of the target platform's signing image.
|
String |
getTarget()
The validation template that is used by the target signing platform.
|
int |
hashCode() |
void |
setCategory(String category)
The category type of the target signing platform.
|
void |
setDisplayName(String displayName)
The display name of the target signing platform.
|
void |
setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
|
void |
setPartner(String partner)
A list of partner entities that use the target signing platform.
|
void |
setPlatformId(String platformId)
The ID of the target signing platform.
|
void |
setSigningConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
|
void |
setSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
void |
setTarget(String target)
The validation template that is used by the target signing platform.
|
String |
toString()
Returns a string representation of this object.
|
GetSigningPlatformResult |
withCategory(Category category)
The category type of the target signing platform.
|
GetSigningPlatformResult |
withCategory(String category)
The category type of the target signing platform.
|
GetSigningPlatformResult |
withDisplayName(String displayName)
The display name of the target signing platform.
|
GetSigningPlatformResult |
withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
|
GetSigningPlatformResult |
withPartner(String partner)
A list of partner entities that use the target signing platform.
|
GetSigningPlatformResult |
withPlatformId(String platformId)
The ID of the target signing platform.
|
GetSigningPlatformResult |
withSigningConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
|
GetSigningPlatformResult |
withSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
|
GetSigningPlatformResult |
withTarget(String target)
The validation template that is used by the target signing platform.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPlatformId(String platformId)
The ID of the target signing platform.
platformId - The ID of the target signing platform.public String getPlatformId()
The ID of the target signing platform.
public GetSigningPlatformResult withPlatformId(String platformId)
The ID of the target signing platform.
platformId - The ID of the target signing platform.public void setDisplayName(String displayName)
The display name of the target signing platform.
displayName - The display name of the target signing platform.public String getDisplayName()
The display name of the target signing platform.
public GetSigningPlatformResult withDisplayName(String displayName)
The display name of the target signing platform.
displayName - The display name of the target signing platform.public void setPartner(String partner)
A list of partner entities that use the target signing platform.
partner - A list of partner entities that use the target signing platform.public String getPartner()
A list of partner entities that use the target signing platform.
public GetSigningPlatformResult withPartner(String partner)
A list of partner entities that use the target signing platform.
partner - A list of partner entities that use the target signing platform.public void setTarget(String target)
The validation template that is used by the target signing platform.
target - The validation template that is used by the target signing platform.public String getTarget()
The validation template that is used by the target signing platform.
public GetSigningPlatformResult withTarget(String target)
The validation template that is used by the target signing platform.
target - The validation template that is used by the target signing platform.public void setCategory(String category)
The category type of the target signing platform.
category - The category type of the target signing platform.Categorypublic String getCategory()
The category type of the target signing platform.
Categorypublic GetSigningPlatformResult withCategory(String category)
The category type of the target signing platform.
category - The category type of the target signing platform.Categorypublic GetSigningPlatformResult withCategory(Category category)
The category type of the target signing platform.
category - The category type of the target signing platform.Categorypublic void setSigningConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
signingConfiguration - A list of configurations applied to the target platform at signing.public SigningConfiguration getSigningConfiguration()
A list of configurations applied to the target platform at signing.
public GetSigningPlatformResult withSigningConfiguration(SigningConfiguration signingConfiguration)
A list of configurations applied to the target platform at signing.
signingConfiguration - A list of configurations applied to the target platform at signing.public void setSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
signingImageFormat - The format of the target platform's signing image.public SigningImageFormat getSigningImageFormat()
The format of the target platform's signing image.
public GetSigningPlatformResult withSigningImageFormat(SigningImageFormat signingImageFormat)
The format of the target platform's signing image.
signingImageFormat - The format of the target platform's signing image.public void setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
maxSizeInMB - The maximum size (in MB) of the payload that can be signed by the target platform.public Integer getMaxSizeInMB()
The maximum size (in MB) of the payload that can be signed by the target platform.
public GetSigningPlatformResult withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of the payload that can be signed by the target platform.
maxSizeInMB - The maximum size (in MB) of the payload that can be signed by the target platform.public String toString()
toString in class ObjectObject.toString()public GetSigningPlatformResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.