public class SigningProfileParameter
extends java.lang.Object
implements java.io.Serializable
Describes the code-signing profile.
Constructor and Description |
---|
SigningProfileParameter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificateArn()
Certificate ARN.
|
java.lang.String |
getCertificatePathOnDevice()
The location of the code-signing certificate on your device.
|
java.lang.String |
getPlatform()
The hardware platform of your device.
|
int |
hashCode() |
void |
setCertificateArn(java.lang.String certificateArn)
Certificate ARN.
|
void |
setCertificatePathOnDevice(java.lang.String certificatePathOnDevice)
The location of the code-signing certificate on your device.
|
void |
setPlatform(java.lang.String platform)
The hardware platform of your device.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SigningProfileParameter |
withCertificateArn(java.lang.String certificateArn)
Certificate ARN.
|
SigningProfileParameter |
withCertificatePathOnDevice(java.lang.String certificatePathOnDevice)
The location of the code-signing certificate on your device.
|
SigningProfileParameter |
withPlatform(java.lang.String platform)
The hardware platform of your device.
|
public java.lang.String getCertificateArn()
Certificate ARN.
Certificate ARN.
public void setCertificateArn(java.lang.String certificateArn)
Certificate ARN.
certificateArn
- Certificate ARN.
public SigningProfileParameter withCertificateArn(java.lang.String certificateArn)
Certificate ARN.
Returns a reference to this object so that method calls can be chained together.
certificateArn
- Certificate ARN.
public java.lang.String getPlatform()
The hardware platform of your device.
The hardware platform of your device.
public void setPlatform(java.lang.String platform)
The hardware platform of your device.
platform
- The hardware platform of your device.
public SigningProfileParameter withPlatform(java.lang.String platform)
The hardware platform of your device.
Returns a reference to this object so that method calls can be chained together.
platform
- The hardware platform of your device.
public java.lang.String getCertificatePathOnDevice()
The location of the code-signing certificate on your device.
The location of the code-signing certificate on your device.
public void setCertificatePathOnDevice(java.lang.String certificatePathOnDevice)
The location of the code-signing certificate on your device.
certificatePathOnDevice
- The location of the code-signing certificate on your device.
public SigningProfileParameter withCertificatePathOnDevice(java.lang.String certificatePathOnDevice)
The location of the code-signing certificate on your device.
Returns a reference to this object so that method calls can be chained together.
certificatePathOnDevice
- The location of the code-signing certificate on your device.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.