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

GetInstance() public static method

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