@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningPlatform extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the signing configurations and parameters that is used to perform a code signing job.
| Constructor and Description |
|---|
SigningPlatform() |
| Modifier and Type | Method and Description |
|---|---|
SigningPlatform |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of a code signing platform.
|
String |
getDisplayName()
The display name of a code signing platform.
|
Integer |
getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
|
String |
getPartner()
Any partner entities linked to a code signing platform.
|
String |
getPlatformId()
The ID of a code signing; platform.
|
SigningConfiguration |
getSigningConfiguration()
The configuration of a code signing platform.
|
SigningImageFormat |
getSigningImageFormat() |
String |
getTarget()
The types of targets that can be signed by a code signing platform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(String category)
The category of a code signing platform.
|
void |
setDisplayName(String displayName)
The display name of a code signing platform.
|
void |
setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
void |
setPartner(String partner)
Any partner entities linked to a code signing platform.
|
void |
setPlatformId(String platformId)
The ID of a code signing; platform.
|
void |
setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
void |
setSigningImageFormat(SigningImageFormat signingImageFormat) |
void |
setTarget(String target)
The types of targets that can be signed by a code signing platform.
|
String |
toString()
Returns a string representation of this object.
|
SigningPlatform |
withCategory(Category category)
The category of a code signing platform.
|
SigningPlatform |
withCategory(String category)
The category of a code signing platform.
|
SigningPlatform |
withDisplayName(String displayName)
The display name of a code signing platform.
|
SigningPlatform |
withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
|
SigningPlatform |
withPartner(String partner)
Any partner entities linked to a code signing platform.
|
SigningPlatform |
withPlatformId(String platformId)
The ID of a code signing; platform.
|
SigningPlatform |
withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform.
|
SigningPlatform |
withSigningImageFormat(SigningImageFormat signingImageFormat) |
SigningPlatform |
withTarget(String target)
The types of targets that can be signed by a code signing platform.
|
public void setPlatformId(String platformId)
The ID of a code signing; platform.
platformId - The ID of a code signing; platform.public String getPlatformId()
The ID of a code signing; platform.
public SigningPlatform withPlatformId(String platformId)
The ID of a code signing; platform.
platformId - The ID of a code signing; platform.public void setDisplayName(String displayName)
The display name of a code signing platform.
displayName - The display name of a code signing platform.public String getDisplayName()
The display name of a code signing platform.
public SigningPlatform withDisplayName(String displayName)
The display name of a code signing platform.
displayName - The display name of a code signing platform.public void setPartner(String partner)
Any partner entities linked to a code signing platform.
partner - Any partner entities linked to a code signing platform.public String getPartner()
Any partner entities linked to a code signing platform.
public SigningPlatform withPartner(String partner)
Any partner entities linked to a code signing platform.
partner - Any partner entities linked to a code signing platform.public void setTarget(String target)
The types of targets that can be signed by a code signing platform.
target - The types of targets that can be signed by a code signing platform.public String getTarget()
The types of targets that can be signed by a code signing platform.
public SigningPlatform withTarget(String target)
The types of targets that can be signed by a code signing platform.
target - The types of targets that can be signed by a code signing platform.public void setCategory(String category)
The category of a code signing platform.
category - The category of a code signing platform.Categorypublic String getCategory()
The category of a code signing platform.
Categorypublic SigningPlatform withCategory(String category)
The category of a code signing platform.
category - The category of a code signing platform.Categorypublic SigningPlatform withCategory(Category category)
The category of a code signing platform.
category - The category of a code signing platform.Categorypublic void setSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration - The configuration of a code signing platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public SigningConfiguration getSigningConfiguration()
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
public SigningPlatform withSigningConfiguration(SigningConfiguration signingConfiguration)
The configuration of a code signing platform. This includes the designated hash algorithm and encryption algorithm of a signing platform.
signingConfiguration - The configuration of a code signing platform. This includes the designated hash algorithm and encryption
algorithm of a signing platform.public void setSigningImageFormat(SigningImageFormat signingImageFormat)
signingImageFormat - public SigningImageFormat getSigningImageFormat()
public SigningPlatform withSigningImageFormat(SigningImageFormat signingImageFormat)
signingImageFormat - public void setMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing platform.public Integer getMaxSizeInMB()
The maximum size (in MB) of code that can be signed by a code signing platform.
public SigningPlatform withMaxSizeInMB(Integer maxSizeInMB)
The maximum size (in MB) of code that can be signed by a code signing platform.
maxSizeInMB - The maximum size (in MB) of code that can be signed by a code signing platform.public String toString()
toString in class ObjectObject.toString()public SigningPlatform clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.