@Generated(value="software.amazon.awssdk:codegen") public final class ConfigurationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConfigurationSummary.Builder,ConfigurationSummary>
Summary of the collector configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConfigurationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIpAddressBasedRemoteInfoList()
For responses, this returns true if the service returned a value for the IpAddressBasedRemoteInfoList property.
|
boolean |
hasPipelineInfoList()
For responses, this returns true if the service returned a value for the PipelineInfoList property.
|
boolean |
hasVcenterBasedRemoteInfoList()
For responses, this returns true if the service returned a value for the VcenterBasedRemoteInfoList property.
|
boolean |
hasVersionControlInfoList()
For responses, this returns true if the service returned a value for the VersionControlInfoList property.
|
List<IPAddressBasedRemoteInfo> |
ipAddressBasedRemoteInfoList()
IP address based configurations.
|
List<PipelineInfo> |
pipelineInfoList()
The list of pipeline info configurations.
|
RemoteSourceCodeAnalysisServerInfo |
remoteSourceCodeAnalysisServerInfo()
Info about the remote server source code configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConfigurationSummary.Builder> |
serializableBuilderClass() |
ConfigurationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VcenterBasedRemoteInfo> |
vcenterBasedRemoteInfoList()
The list of vCenter configurations.
|
List<VersionControlInfo> |
versionControlInfoList()
The list of the version control configurations.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasIpAddressBasedRemoteInfoList()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<IPAddressBasedRemoteInfo> ipAddressBasedRemoteInfoList()
IP address based configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpAddressBasedRemoteInfoList() method.
public final boolean hasPipelineInfoList()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<PipelineInfo> pipelineInfoList()
The list of pipeline info configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasPipelineInfoList() method.
public final RemoteSourceCodeAnalysisServerInfo remoteSourceCodeAnalysisServerInfo()
Info about the remote server source code configuration.
public final boolean hasVcenterBasedRemoteInfoList()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<VcenterBasedRemoteInfo> vcenterBasedRemoteInfoList()
The list of vCenter configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVcenterBasedRemoteInfoList() method.
public final boolean hasVersionControlInfoList()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<VersionControlInfo> versionControlInfoList()
The list of the version control configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasVersionControlInfoList() method.
public ConfigurationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConfigurationSummary.Builder,ConfigurationSummary>public static ConfigurationSummary.Builder builder()
public static Class<? extends ConfigurationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.