Class BaiduChannelRequest
- java.lang.Object
-
- software.amazon.awssdk.services.pinpoint.model.BaiduChannelRequest
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
@Generated("software.amazon.awssdk:codegen") public final class BaiduChannelRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBaiduChannelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapiKey()The API key that you received from the Baidu Cloud Push service to communicate with the service.static BaiduChannelRequest.Builderbuilder()Booleanenabled()Specifies whether to enable the Baidu channel for the application.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsecretKey()The secret key that you received from the Baidu Cloud Push service to communicate with the service.static Class<? extends BaiduChannelRequest.Builder>serializableBuilderClass()BaiduChannelRequest.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
-
apiKey
public final String apiKey()
The API key that you received from the Baidu Cloud Push service to communicate with the service.
- Returns:
- The API key that you received from the Baidu Cloud Push service to communicate with the service.
-
enabled
public final Boolean enabled()
Specifies whether to enable the Baidu channel for the application.
- Returns:
- Specifies whether to enable the Baidu channel for the application.
-
secretKey
public final String secretKey()
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
- Returns:
- The secret key that you received from the Baidu Cloud Push service to communicate with the service.
-
toBuilder
public BaiduChannelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BaiduChannelRequest.Builder,BaiduChannelRequest>
-
builder
public static BaiduChannelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends BaiduChannelRequest.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.
-
-