Amazon.SimpleNotificationService.Model.Internal.MarshallTransformations.SetPlatformApplicationAttributesResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : SetPlatformApplicationAttributesResponseUnmarshaller
return SetPlatformApplicationAttributesResponseUnmarshaller
        public static SetPlatformApplicationAttributesResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new SetPlatformApplicationAttributesResponseUnmarshaller();
            }
            return instance;
        }
    
SetPlatformApplicationAttributesResponseUnmarshaller