Contains the result of a successful invocation of the ListServerCertificates action.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ListServerCertificatesResult
Public Class ListServerCertificatesResult
public ref class ListServerCertificatesResult
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ListServerCertificatesResult()()()() | Initializes a new instance of the ListServerCertificatesResult class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsTruncated |
A flag that indicates whether there are more server certificates to list. If your results were truncated, you can make a subsequent
pagination request using the Marker request parameter to retrieve more server certificates in the list.
| |
| Marker |
If IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent
pagination request.
Constraints: | |
| ServerCertificateMetadataList |
A list of server certificates.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithIsTruncated(Boolean) |
Sets the IsTruncated property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithServerCertificateMetadataList(array<ServerCertificateMetadata>[]()[][]) |
Adds elements to the ServerCertificateMetadataList collection
| |
| WithServerCertificateMetadataList(IEnumerable<(Of <<'(ServerCertificateMetadata>)>>)) |
Adds elements to the ServerCertificateMetadataList collection
|