Class DeleteSamlCertificateRequest
- Object
-
- DeleteSamlCertificateRequest
-
- All Implemented Interfaces:
Serializable
public class DeleteSamlCertificateRequest extends Object implements Serializable
This class represents the requests to delete saml certificates.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSamlCertificateRequest.Builder
-
Constructor Summary
Constructors Constructor Description DeleteSamlCertificateRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteSamlCertificateRequest.Builder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
SamlCertificateType
getType()
The type of certificate to be changed.int
hashCode()
void
setType(SamlCertificateType type)
The type of certificate to be changed.String
toString()
-
-
-
Method Detail
-
builder
public static DeleteSamlCertificateRequest.Builder builder()
-
getType
public SamlCertificateType getType()
The type of certificate to be changed.
-
setType
public void setType(SamlCertificateType type)
The type of certificate to be changed.
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classObject
-
canEqual
protected boolean canEqual(Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classObject
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-