@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SigningProfileParameter extends Object implements Serializable, Cloneable, StructuredPojo
Describes the code-signing profile.
Constructor and Description |
---|
SigningProfileParameter() |
Modifier and Type | Method and Description |
---|---|
SigningProfileParameter |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
Certificate ARN.
|
String |
getCertificatePathOnDevice()
The location of the code-signing certificate on your device.
|
String |
getPlatform()
The hardware platform of your device.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
Certificate ARN.
|
void |
setCertificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
|
void |
setPlatform(String platform)
The hardware platform of your device.
|
String |
toString()
Returns a string representation of this object.
|
SigningProfileParameter |
withCertificateArn(String certificateArn)
Certificate ARN.
|
SigningProfileParameter |
withCertificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
|
SigningProfileParameter |
withPlatform(String platform)
The hardware platform of your device.
|
public void setCertificateArn(String certificateArn)
Certificate ARN.
certificateArn
- Certificate ARN.public String getCertificateArn()
Certificate ARN.
public SigningProfileParameter withCertificateArn(String certificateArn)
Certificate ARN.
certificateArn
- Certificate ARN.public void setPlatform(String platform)
The hardware platform of your device.
platform
- The hardware platform of your device.public String getPlatform()
The hardware platform of your device.
public SigningProfileParameter withPlatform(String platform)
The hardware platform of your device.
platform
- The hardware platform of your device.public void setCertificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
certificatePathOnDevice
- The location of the code-signing certificate on your device.public String getCertificatePathOnDevice()
The location of the code-signing certificate on your device.
public SigningProfileParameter withCertificatePathOnDevice(String certificatePathOnDevice)
The location of the code-signing certificate on your device.
certificatePathOnDevice
- The location of the code-signing certificate on your device.public String toString()
toString
in class Object
Object.toString()
public SigningProfileParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.