/AWS1/CL_RSHCERTASSOCIATION¶
A cluster ID and custom domain name tied to a specific certificate. These are typically returned in a list.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_customdomainname TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The custom domain name for the certificate association.
iv_clusteridentifier TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
The cluster identifier for the certificate association.
Queryable Attributes¶
CustomDomainName¶
The custom domain name for the certificate association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMDOMAINNAME() |
Getter for CUSTOMDOMAINNAME, with configurable default |
ASK_CUSTOMDOMAINNAME() |
Getter for CUSTOMDOMAINNAME w/ exceptions if field has no va |
HAS_CUSTOMDOMAINNAME() |
Determine if CUSTOMDOMAINNAME has a value |
ClusterIdentifier¶
The cluster identifier for the certificate association.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER, with configurable default |
ASK_CLUSTERIDENTIFIER() |
Getter for CLUSTERIDENTIFIER w/ exceptions if field has no v |
HAS_CLUSTERIDENTIFIER() |
Determine if CLUSTERIDENTIFIER has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CERTIFICATEASSOCIATIONLIST¶
TYPES TT_CERTIFICATEASSOCIATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RSHCERTASSOCIATION WITH DEFAULT KEY
.