Class AWSService
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.AWSService
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AWSService.Builder,AWSService>
@Generated("software.amazon.awssdk:codegen") public final class AWSService extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AWSService.Builder,AWSService>
An Amazon Web Service such as Amazon S3 or CloudTrail.
For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAWSService.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AWSService.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AWSService.Builder>serializableBuilderClass()StringserviceName()The name of the Amazon Web Service.AWSService.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
serviceName
public final String serviceName()
The name of the Amazon Web Service.
- Returns:
- The name of the Amazon Web Service.
-
toBuilder
public AWSService.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AWSService.Builder,AWSService>
-
builder
public static AWSService.Builder builder()
-
serializableBuilderClass
public static Class<? extends AWSService.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-