Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteLoginProfileResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

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