Amazon.IdentityManagement.Model.Internal.MarshallTransformations.DeleteLoginProfileResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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